Skip to content
Snippets Groups Projects
Commit 78758f35 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

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?
parent 0fd84c10
No related branches found
No related tags found
1 merge request!126Begin socket handling: core functionalities are available
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment