-
I never really used it since it was rather premature, but it was a good idea in practice (you'd have an always up-to-date dataset). We should bring it back, but I'm a little split on implementation.
…
-
This is still happening for me on Strapi v4.12.7, it's trying to use `drop constraint` on something that's set up as a unique index, NOT a unique constraint. We can get CI/CD through by manually runni…
-
Hi I noticed that for the `tcptop.py` tool, binding to the `tcp_sendmsg` probe to count the bytes could sometimes results into miscounting when `tcp_sendmsg` fails (it can occur when it returns the `E…
-
Hi,
It is easy to build a ZStream of accepted connections from the socket server using `ZStream.fromSocketServer` but I couldn't find any equivalent for the client side!
The fs2 has server and cl…
-
do we really need another socket option? for sure.
often I find myself using the same TCP port across machines.. thinking it might be nice to specify a socket's default port as part of its initial c…
-
Whilst testing the VirtIO net driver with the UDP echo socket, we ended up stalling the driver once requested through-puts reached approximately 600-700 Mbps and with 100,00 samples. It is able to mat…
-
I appear to be authenticating just fine, but then get `ACCESS_DENIED` when using the psexec action.
` =[ metasploit v6.4.38-dev-d5b71aa581 ]`
```
msf6 exploit(windows/smb/sm…
-
Would you prepare the feature to customize `viaHost` after trasnport connection on `UserAgent.start()`?
# Situation
I am trying to make TCP transport socket with `net.Socket` as follows:
```j…
anzai updated
2 years ago
-
I made a class:
This is the constructor:
```
clsClient() {
client_.set_socket_init_handler(bind(&clsClient::on_socket_init, this, ::_1, ::_2));
}
```
and the on_socket_init() method:…
-
try to connect Greylog via TCP shows below error
RuntimeException: Failed to write to socket: fwrite(): Send of 2897 bytes failed with errno=32 Broken pipe (8) in Gelf\Transport\StreamSocketClient-…