rasendubi / arachne

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Create server socket #19

Closed rasendubi closed 8 years ago

rasendubi commented 8 years ago

We should create a server socket, that will accept all incoming connections, fork a thread and try parsing all incoming bytes to packets (it's ok to just print all incoming packets to screen). If a parse error occurs, the socket must be closed.

rasendubi commented 8 years ago

Done in #29