-
-
I've tried creating my own plugin of type `af_unix` on Ubuntu 20.04 and RHEL 7 system (audit 2.8.5). Everything looked fine, I could connect to socket on given file and then listen to events. After th…
-
Hi all,
I encountered this error:
[2024-07-28 08:43:11] INFO: CheckM v1.2.3
[2024-07-28 08:43:11] INFO: checkm lineage_wf -x fa reassembly_nus/reassembled_bins reassembly_nus/reassembled_bins.…
-
I was a bit confused while going through your code particularly when I noticed that socket used "AF-Unix" . Why using it? I also noticed that now you have epoll, thread, and select. I fcntl and th…
janus updated
9 years ago
-
### Feature description
Feature request https://github.com/weechat/weechat/issues/733 made it possible for the WeeChat relay to listen on UNIX domain sockets. Would it be possible to also support UNI…
-
**Is your feature request related to a problem? Please describe.**
Per the blog post announcing AF_UNIX on windows, "Support for the datagram (SOCK_DGRAM) can be considered in future depending on the…
-
`AF_UNIX` is supported on Windows now, and has some advantages over named pipes:
https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
What are your thoughts on adding support for t…
-
## Is your feature request related to a problem? Please describe.
I’ve been searching for documentation related to using `AF_UNIX` (`#include `) on https://docs.microsoft.com but came up empty handed…
-
Your af_unix implementation is actually doing both the reading and writing in the same thread, hence the absurdly small latency. You actually need 2 sets of socketpairs (parent->child & child->parent…
siyuz updated
8 years ago
-
Yesterday I started a training with DistributeFilesDataset and file caching which today crashed and consistently crashes after restarting with what I think is `OSError: AF_UNIX path too long` in the `…