CruceGameDevel / CruceGame

Open source card game
GNU General Public License v2.0
19 stars 19 forks source link

Socket proof of concept #274

Closed Paul92 closed 9 years ago

Paul92 commented 9 years ago

Create a small proof of concept where a blocking socket is used for process communication (i.e. create the socket in one process, connect to it from another process, and try passing messages back and forth).

Make the socket reusable (SO_REUSEADDR).