-
my server has high rtt (at least 100ms because of a vpn) and it would be nice to have tcp fastopen to minimize latency.
thanks for your work.
-
```rust
use wstd::io;
use wstd::iter::AsyncIterator;
use wstd::net::TcpListener;
#[wstd::main]
async fn main() -> io::Result {
let listener = TcpListener::bind("127.0.0.1:8080").await?;
…
-
How can I connect to multiple of TCP Servers?
Anyone please help me on this
-
if client create tcp connect (like telnet or send error register), server cannot close the connection by itself
the connectionHandler not import outside
-
As originally requested in #708, it would be very useful to be able to interact with a modbus server using modbus TCP, ideally at the same time as ESPHome is polling it.
In other words, if there is…
-
Hello everyone,
I am having issues to use the hrequests package on my server.
When running
```
import hrequests
```
I get the following warning:
```
HTTP server ListenAndServe: liste…
-
**Affiliation**
SPC-EPFL
**Version(s) Affected**
The MDSplus Version(s) affected, if any.
e.g. Client Version: Alpha 7.148.0, Server Version: Stable 7.142.81
**Platform(s)**
Ubuntu 24.04
…
-
### Publisher Updates:
Bind zmq.PUB sockets to ports 4224 (Remote ID) provided by DroneID’s ZMQ decoder.
### App Changes:
- Add a UI option to select between multicast or direct ZMQ connection.
…
-
The easiest way to reproduce this is with using the TCP listener in combination with the `http_ws_server` mock.
**Computer 1**
```bash
$ ./tunnel tcp:0.0.0.0:10080 -r udp:127.0.0.1:51820 -o heade…
-
## Description
With open62541 release 1.4.7 the connect to an OPCUA server fails with the error message 'No suitable endpoint found'
With open62541 release 1.3.14 it works without any problem.
We…