-
**Describe the bug**
EIPScanner fails to build on the UCRT64 flavor of MSYS2
**To Reproduce**
open UCRT64 terminal from MSYS2
git clone EIPScanner
cd EIPScanner
mkdir build
cd build
cmake ..…
-
Hi there, this looks like a cool tool.
I have some systems where I have a web server, MariaDB server, and `memcached` all running on the same VM. To reduce overhead and to improve security, I use U…
-
Other websites browse fine, but I am unable to browse this specific website via TetherFi for some reason: [National Health Insurance Administration Ministry of Health and Welfare](https://www.nhi.gov.…
-
Hello,
I realize, this is probably a significant feature request as it would need pretty big modification of the W5500 driver.
**Is your enhancement proposal related to a problem? Please describe…
-
It would be great if glisten can support unix sockets and abstract unix sockets.
Erlang supports this by passing the option `{ip, {local, Path}}` to `gen_tcp:listen` where `Path` is either a file s…
-
**Describe the bug**
On the STM32H7, high incoming traffic combined with a busy application can cause the Ethernet peripheral to enter a state where it fails to receive data but continues transmittin…
-
Test Liberty InstantOn restore on Amazon EKS.
App checkpoint image was built on `stg.icr.io/cp/olc/open-liberty-vnext:24.0.0.11-full-java21-openj9-ubi-minimal`.
Restore the checkpoint app image …
-
The type annotation for Session.peer is currently:
```
self.peer: Optional[str] = None
```
This attribute appears to be set in `connection_made()` like so:
```
self.session.peer = transpor…
-
# C++ Socket套接字编程 Socket Programming In C++ (Windows)
以下是翻译:
1. **介绍**
- 1.1 介绍
-----
2. **套接字介绍**
- 2.1 什么是套接字
- 2.2 面向连接和无连接的套接字
- 2.3 IP 地址(版本 4 和版本 6)
- 2.4 阻塞与非阻塞套接…
-
### Feature request type
enhancement
### Is your feature request related to a problem? Please describe
Some of us prefer to avoid the overhead of TCP/IP when connecting services on the same machine…