Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 is currently offline  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


 
Read Message
Previous Topic: GIT release tag naming convention has been changed
Goto Forum:
  


Current Time: Sat Dec 06 18:40:29 CET 2025

Total time taken to generate the page: 0.05746 seconds