public ReceivingThread(TCPConnection tcp)
 {
     this.tcp = tcp;
 }
 public KeepAliveThread(TCPConnection tcp)
 {
     this.tcp = tcp;
 }