Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
429 stars 69 forks source link

[feature-req] Unix Domain Socket #286

Open nafiz1001 opened 2 weeks ago

nafiz1001 commented 2 weeks ago

The Socket class in the Network-Kernel package only provides support for TCP/IP when the SocketPlugin also provides primitive (primSocketCreateNetwork: 1 type:...) for Unix Domain Socket (AF_UNIX). I'd be nice if we can generalize the Socket class to support UDS or add a subclass and also allow for filepath-based network address for UDS.