-
Made tcp-server-socket and tcp-server-socket-nonblocking do:
- Check validity of port number range, otherwise it gets cast by C
code and used incorrectly.
- Use tcp-server-socket/who for better erro…
hyln9 updated
10 years ago
-
Initially an OTEL exporter would work with many observability platforms. But being able to send to TCP and UDP sockets, along with UNIX sockets may improve integration. Especially when there is an exi…
-
### What version of Bun is running?
1.1.26+0a37423ba
### What platform is your computer?
Linux 6.10.6-x64v3-xanmod1 x86_64 x86_64
### What steps can reproduce the bug?
```js
// bun-serve-spawn-c…
-
Hi,
I try to use this plugin to enable Redis with Zeek...
Redis and Zeek are installed on the same Docker container.
If
`redis-cli -h 127.0.0.1 ping`
`PONG`
But when I start the contain…
-
-
While using the `portscan` program on Windows-10, I'm always getting a `WSAEINVAL` in the `sendto()` call.
E.g. when doing `portscan.exe 10.0.0.1 22` (my dd-Wrt router do have an open SSH port), I ge…
-
**Is your feature request related to a problem? Please describe.**
As many plugins has been added to the framework including pub/sub middleware, rpc and socket(tcp/udp), I add another option that i…
-
hostname = "xx.xx.xx.xx";
port = 5672;
exchange = "amq.direct"; /* argv[3]; */
bindingkey = "test queue"; /* argv[4]; */
conn = amqp_new_connection();
socket = amqp_tcp_socket_n…
-
if (setsockopt(CastToSocket(socket), IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) {
return false;
}
/* Send next probes after the specified interval. Note that we set th…
-
### What version of Bun is running?
1.0
### What platform is your computer?
Linux x86_64
### What steps can reproduce the bug?
Bun returns the local server address instead of the remote…
cfal updated
7 months ago