-
### Describe the feature
With the botocore.config.Config option tcp_keepalive=True the TCP socket is opened with the keep alive socket option (socket.SO_KEEPALIVE) but the interval used for TCP kee…
mtoma updated
2 months ago
-
1. Create an SSL server using the example in https://orthecreedence.github.io/cl-async/tcp-ssl
```lisp
(tcp-ssl-server "127.0.0.1" 443
(lambda (socket data)
(form…
naryl updated
2 weeks ago
-
I saw your project on github: https://github.com/aldas/modbus-tcp-client.
I have a park with the following configuration: Teltonikas Gateways and energy meters connected via RS485.
I tried to us…
-
Using tip of main, I get the following output:
```
$ docker compose up irods-client-s3-api
[+] Running 5/4
✔ Network irods-demo_default Created 0.1s
✔ Container irods-dem…
-
k8s version: 1.26.13
CHART:nfs-subdir-external-provisioner-4.0.18
APP VERSION :4.0.2
```
Jul 18 19:08:34 test-c03 kernel: xs_tcp_setup_socket: connect returned unhandled error -107
Jul 18 1…
-
Hello,
Firstly thx for the amazing code. I was wondering if it is possible to use with TCP client or raw tcp socket ?
-
Hi there, this looks like a cool tool.
I have some systems where I have a web server, MariaDB server, and `memcached` all running on the same VM. To reduce overhead and to improve security, I use U…
-
it would be nice if STARTTLS was supported.
seems cloudflare's socket api does support this feature.
https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#opportunistic-tls-starttls
-
## Bug Report
In [LavinMQ](https://lavinmq.com/) it's possible to force close client connections from the broker via the HTTP API. Today I stumbled over a bug where the HTTP request timed out, and …
spuun updated
4 weeks ago
-
Hi,
I use Thread X with RA6M3 (Cortex M4).
FSP version 5.3
I want to send via tcp 119k byte using BSD wrapper, but:
If i try to send with a single call to send() function i get an error.
``…