Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 260 Bytes

Multi-thread-socket-server

Proof-of-concept multistream socket server, implemented in C.

Compile the program with these arguments to gcc:

gcc <programname.c> -o <programname> -lpthread
  • "lpthread" is the switch-argument to turn on POSIX threads.