-
## Original Request
Fri, May 8, 2009 at 01:54
> Last night I wrote the patch I was thinking of and, albeit very basic and absolutely not very much tested, it seems to work here. My C was very rusty …
-
Tokio seems to have usecase for ``SOCK_DGRAM`` in ``socketpair``.
Related test:
- ``tokio::uds_datagram recv_buf``
- ``tokio::uds_datagram try_recv_buf_never_block``
- ``tokio::uds_datagram try_send…
-
I think as all of these tests are buffer tests and not network tests, having them all use socket pair seems fine to me so let's just do that?
_Originally posted by @mattklein123 in https://github.c…
-
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
18362.175
* What you're doing and what's happening: (Copy&paste the full set of _specific_ command-line steps necessary to rep…
-
In the SimpleServer.cpp file, the AF_UNIX socket is created. Why not create AF_INET socket instead?
-
### Library name
grpc
### New version number
v1.63
### Other information that may be useful (release notes, etc...)
I need af_unix support for windows in grpc c++
-
I am facing an issue in importing ncclient in Windows with the latest release 0.6.16
```
File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ncclient\manager.py", line 21, in
…
-
```
WSGIConnection tries to set TCP flags despite socket family. So, when using
AF_UNIX it raising "error: [Errno 95] Operation not supported"
http://code.google.com/p/cogen/source/browse/trunk/cog…
-
```
WSGIConnection tries to set TCP flags despite socket family. So, when using
AF_UNIX it raising "error: [Errno 95] Operation not supported"
http://code.google.com/p/cogen/source/browse/trunk/cog…
-
BPO | [33408](https://bugs.python.org/issue33408)
--- | :---
Nosy | @pfmoore, @ericvsmith, @giampaolo, @tjguk, @zware, @zooba, @graingert, @animalize, @filips123, @paulmon, @websurfer5
PRs | python/cp…