mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-22 01:31:16 +03:00
add socket snippet
This commit is contained in:
7
Socket_snippet/Readme.md
Normal file
7
Socket_snippet/Readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Socket server and client snippet
|
||||
================================
|
||||
|
||||
This snippet allows to create some utilities than can be run both in client or server mode.
|
||||
The sockets are **local** TCP or UNIX sockets. Server-side polling use `poll()`.
|
||||
|
||||
The pieces of user code may be in comments marked `USERCODE`
|
||||
Reference in New Issue
Block a user