-
System.Net.Sockets.Tests.dll Failed: 70
PNSE
System.Net.Sockets.Tests.ReceiveMessageFrom_Sync.ReceiveSent_TCP_Success(ipv6: True)
System.Net.Sockets.Tests.ReceiveFrom_CancellableTask.ReceiveSent_…
-
## Current situation
Socket collector gives info about tcp/udp sockets only.
## Impact
IG can't be used to debug fd issues on programs that use sockets that are not tcp/udp.
In my case, I …
rata updated
8 months ago
-
Split from #18588. The existing DNS stub resolver uses per-query DNS transport that would cause socket descriptor exhaustion. It might be better to have some mechanism for DNS transport to reduce the…
-
When trying to connect, i am getting connection error. I tried different ports as well. Also tired after turning off the firewall.
![image](https://github.com/user-attachments/assets/160f0a46…
-
### Version
v22.10.0
### Platform
```text
Darwin xxx.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:21 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8103 arm64
```
### Subsystem
_…
-
I'm going through the [ØMQ guide](http://zguide.zeromq.org/py:all). The example is a simple server and client, which I can get to run in two consoles in Jlab. However the moment I try to run any of th…
-
I noticed, that composeUp sometimes takes 4-5 seconds, even when the containers are running from previous execution.
At other times, it is very fast, less than half a second.
On slow runs, the fol…
-
Hey guys,
I am trying to collect some data from my FMB965.
In general I am able to collect the data and writing it to a database.
But I have the problem, that tracker sends the same records aga…
-
Hi,
I tried to setup a wasm socket client and communicate with a TCP socket server.
it seems wasm socket could not communicate directly with TCP socket, I need to setup a socket proxy server to make…
-
```
What steps will reproduce the problem?
1. When I type in this line: http = dpkt.http.Request(tcp.data)
What is the expected output? What do you see instead?
I expect the script to run without an…