-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
## Summary
There is a severe performance degradation when TCP is funneled over TCP on flows within the same host.
The problem is very similar to #11, and has to do with GSO. On a stablished TCP…
-
While we do have the `icmp_echo_time` module, it could be useful to add a ping to TCP as well as an optional output field.
With the `seq_no` field we have 32 bits, so I'm thinking we can store 1/1…
-
It would be very cool to have real TCP/IP internet networking support.
I know JS-DOS supports IPX but I am unsure how to hack that to open websites in Netscape and chat in mIRC.
I am running it on m…
-
At the moment, we give up TCP retries after 10*100ms. This seems to be too fast. In a log we see, that after giving up, the charger finally sent the expected message, with ~2 seconds delay.
Finding…
uhi22 updated
4 weeks ago
-
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…
-
```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?;
…
-
I'm trying to add a coil to my working specification (with only holding registers), but it fails to read it.
I remeber that modbus2mqtt uses the same modbus api as nodered, so I tried to replicate th…
-
### Is your feature request related to a problem? Please describe.
There is a Modbus TCP-ready energy meter in the meter cabinet that I would like to integrate in order to control the output of the i…
-
I started a [thread](https://github.com/rapidsai/ucx-py/issues/1072) in ucx-py, and now I have replaced ucx-py with ucxx, which resolved the blocking issue. However, in terms of performance, ucx is sl…