Skip to content

Create basic TCP server

Listen on port 4000. Does not focus on packet details yet.

Use boost/asio instead of sys/socket.h

main application listens and prints data. client for testing sends data

Edited by David Callahan