mirror of
https://github.com/yoboujon/tsock.git
synced 2025-06-08 05:50:50 +02:00
6 lines
No EOL
137 B
Markdown
6 lines
No EOL
137 B
Markdown
# tsock
|
|
Using C's standard UDP/TCP Library, send and receive data through the Internet.
|
|
Pour compiler :
|
|
```
|
|
gcc -Wall src/*.c -o main
|
|
``` |