Home » Community » U++ community news and announcements » Unix Domain Sockets Support Added to U++.
| Unix Domain Sockets Support Added to U++. [message #61889] |
Sat, 06 December 2025 14:11 |
Oblivion
Messages: 1245 Registered: August 2007
|
Senior Contributor |
|
|
Hi,
Unix Domain Sockets Support Added to U++.
The socket API (renamed to Upp::Socket) now fully supports Unix domain sockets on POSIX systems, including both filesystem-based sockets and (on Linux) abstract namespace sockets.
New methods:
- ConnectFileSystem / ListenFileSystem: POSIX-wide, bind/connect using a regular filesystem path.
- ConnectAbstract / ListenAbstract: Linux-only, using the abstract namespace (no filesystem entry).
This should make local IPC faster, cleaner, and more flexible across platforms. Feedback and testing are welcome!
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
|
|
|
|
Goto Forum:
Current Time: Sat Dec 06 19:36:47 CET 2025
Total time taken to generate the page: 0.02612 seconds
|