-
`iperf3` has a json mode that outputs a lot of data about a test run. It would be nice to directly feed the resulting JSON into bencher instead of using the JSON adapter.
Here is an example output:…
-
I am using the Nsight system tool to observe the behavior of allreduce_perf on a server with 8 H800 gpus. I found that when the NCCL_P2P_USE_CUDA_MEMCPY function is enabled, the nsys profile command w…
-
I noticed when performing many queries over TCP (ex: `[:tcp, '8.8.8.8', 53]`) that the ruby process would create a new TCP socket per-query. These TCP sockets would not be closed fast enough (ex; wait…
-
Create sockets immediately in uv_tcp_init(), uv_udp_init(), etc. Don't defer until connect() or bind() time.
Benefits:
1. Less complex, don't have to remember socket options[1].
Drawbacks:
1. Change…
-
Hey, the implementation of TCP Transport is not thread safe and you can get in situations where the stream is null while tcp client is connected. Also reconnecting does not follow a proper path. I swi…
-
This commit https://github.com/libimobiledevice/libusbmuxd/commit/303ece5fa462713552e0013b48b66a08955a12d4 uses `socket_create` to bind and listen address, however by default it seems to bind to IPv6 …
-
### Subject of the issue
When increasing the support for zephyr and comparing comportement between zephyr and linux, I found out with my sample that the function `recvfrom` might have a problem.
…
-
```
WSGIConnection tries to set TCP flags despite socket family. So, when using
AF_UNIX it raising "error: [Errno 95] Operation not supported"
http://code.google.com/p/cogen/source/browse/trunk/cog…
-
Running mongo-k8s-sidecar in AKS attempting to initialize 3 replica statefulset MongoDB. I'm getting this error:
```
Error in workloop { MongoError: Unsupported OP_QUERY command: replSetGetStatus. T…
-
I'd like to understand this a little better.
In the driver, you've specified that the radio can have [5 socket connections](https://github.com/lizhibo32/mxchip-wifi-driver/blob/master/MXCHIPInterfa…