elhayra / tcp_server_client

A thin and simple C++ TCP client server
MIT License
155 stars 53 forks source link

fix timeout parameter not used #7

Closed doleron closed 3 years ago

doleron commented 3 years ago

This PR fix the issue #6 by replacing the literal 2 by the proper timeout parameter.