Begin socket handling: core functionalities are available
On provides a way to create
- server socket (listening to a given port)
- accept connections
- client socket that can connect to an host:port these three functionalities are the only ones accessible from pugs' language
On the other hand, reading and writing are provided by low level calls. On can exchange values or arrays of values (pointers+size). It remains unclear if we should allow transfer of higher level objects, since socket exchanges should be generally used between different codes?
Merge request reports
Activity
enabled an automatic merge when the pipeline for 7996a082 succeeds
enabled an automatic merge when the pipeline for 91728237 succeeds
added 1 commit
- 55c9ac24 - Change the port number to 9 when checking "Permission denied"
enabled an automatic merge when the pipeline for dccfa25c succeeds
mentioned in commit 76fde333
Please register or sign in to reply