-
Since #119 made it possible to build DJGPP on DOS naively again. GCC reports several warnings.
## Native compiler
Reports as gcc version 4.7.1
~~Unused function~~
```
gettod.c:363:13: warnin…
-
in logstash-output-udp-3.2.0/lib/logstash/outputs/udp.rb @socket = UDPSocket.new not support ipv6
```ruby
def register
@socket = UDPSocket.new
@codec.on_event do |event, payload|
…
-
At the moment only TCP sockets are nicely supported, but I've had folks reach out with UDP use-cases so it'd be a good idea to at least have basic support for it.
**Implementation Notes**
So we'…
-
**Libwebsockets version:**
4.3.2
**OS:**
Linux
**Brief:**
If the `lws_create_adopt_udp()` function fails to bind a socket and returns NULL, then subsequent call of the `lws_vhost_destroy()…
-
In the platform, trying to turn on lwip debug print statements for sub-systems (e.g., socket, udp, etc.) results in nothing is printed.
If I try to turn on the top-level lwip debug the platform bui…
-
# python3 socket udp example
socket udp server 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 import socket def socket_udp_server(server_ip: str = '0.0.0.0', server_port: int …
-
In a similar fashion to OpenResty's [ngx.socket.tcp](https://github.com/openresty/lua-nginx-module?tab=readme-ov-file#ngxsockettcp)
My use-case for this would be for interacting (populating) Memcac…
-
* **Version**: main branch
* **Platform**: UNIX
Hey,
after scratching my head for a while, I found out that `uv_udp_open()` unconditionally call `uv__set_reuse()`. I don't know if that's intend…
-
### Your environment.
- Version: v0.4.3
- Browser: n/a
### What did you do?
During the work of #46, I noticed that a UDP socket was created for each 3 types of initial candidates, host, srfl…
-
```
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