Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fengma312 committed Jan 6, 2018
1 parent 7f587cd commit 57adbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socket.core/Server/TcpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal class TcpServer
/// </summary>
internal ConcurrentBag<ConnectClient> connectClient;
/// <summary>
/// 发送对象最小值
/// 最大发送并发量
/// </summary>
private int m_minSendSocketAsyncEventArgs = 10000;
/// <summary>
Expand Down

0 comments on commit 57adbcd

Please sign in to comment.