Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 183 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 183 Bytes

#How To

Simple echo server using a boost-asio and ssl to do client and server authentification.

Building

make

Testing

./server <port>
./client <host> <port>