Esempio n. 1
0
 public HjTcpNetwork(int maxBytesOnceSent = 1024 * 100, int maxReceiveBuffer = 1024 * 512) : base(maxBytesOnceSent, maxReceiveBuffer)
 {
     mSendSemaphore = new HjSemaphore();
     mSendMsgQueue  = new MessageQueue();
 }