I have a few questions:
Is the tcp connection thread safe? I may do tcp.send(packet); from more than one thread but I still want the packets to be sent whole and in order
Are the data passing through it certain? If I send 1000000 times the number 0 will it be received every time 0?