摘要: internal class IocpUdpServer { private Socket _listen; private bool _isRun; private readonly int _bufferLength; //Sae池 private readonly SaeQueuePool _ 阅读全文
posted @ 2020-04-16 16:13 willamyao 阅读(113) 评论(0) 推荐(0)
摘要: internal class SaeQueuePool { /// <summary> /// SocketAsyncEventArgs可复用队列 /// </summary> private readonly ConcurrentQueue<SocketAsyncEventArgs> _saeQu 阅读全文
posted @ 2020-04-16 16:03 willamyao 阅读(153) 评论(0) 推荐(0)
摘要: internal class IocpUdpServer { private Socket _listen; private bool _isRun; private readonly int _bufferLength; //Sae池 private readonly SaeQueuePool _ 阅读全文
posted @ 2020-04-16 16:01 willamyao 阅读(144) 评论(0) 推荐(0)