-
Currently we require that the application logic manually create and bind a UDP socket and add it to the world as a resource. This gives the user control over what port the socket is bound to, but ulti…
-
Running the latest Docker image here, and while the container will happily take an IPv6 address, the Traccar service doesn't bind to the IPv6 stack.
```shell
/opt/traccar # ifconfig
eth0 Lin…
-
```
http://code.google.com/p/es-operating-system/source/browse/trunk/os/net/src/data
gram.cpp
```
Original issue reported on code.google.com by `Shiki.Ok...@gmail.com` on 15 Oct 2009 at 6:43
-
There is pretty much no error logs but it can't actually send anything over mesh network on udp. Seems to receive without any issues but on send it doesn't go.
try {
sock …
-
```
http://code.google.com/p/es-operating-system/source/browse/trunk/os/net/src/data
gram.cpp
```
Original issue reported on code.google.com by `Shiki.Ok...@gmail.com` on 15 Oct 2009 at 6:43
-
I am trying to write a C++ EtherNet/IP Adapter that will communicate with a FANUC robot configured as a Scanner. Unfortunatelly, after exchanging 3 messages I get `recv() error: Connection reset by pe…
-
Hello, my project is a multi-threaded model. The bottom layer of each thread uses UDP recvfrom and sendto API to send and receive data. Now I want to use DPDK to bypass the kernel. Can I replace the …
-
### Describe the bug
GeyserMC not works properly on multiple IP servers.
I have two NIC on my PC
```
NIC1: IP: 192.168.1.100 gw 192.168.1.1
NIC2: IP: 192.168.2.100 gw 192.168.2.1
```
Rout…
-
Logs below. This seems similar to the output described at https://github.com/sonic-pi-net/sonic-pi/issues/3207#issuecomment-1241802938 but for me:
- There is a `tau.log` in the log folder
- There ar…
-
There seems to be a regression in the `unix.StdCLibraryFunctions` analysis check.
Found below is code for a small example. Running `clang --analyze sendto.c` produces warnings such as the following:…