Packet Buffer auf 30MB gesetzt

This commit is contained in:
staccatomamba
2016-11-25 11:23:44 +01:00
parent 6f72e9646d
commit 780e881951
5 changed files with 24 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ namespace BeWoChatServer
}
var packet = new Packet(socket, clientName, oid, recipientPersonOid, isEmployee);
socket.BeginReceive(packet.DataBuffer, 0, packet.DataBuffer.Length, SocketFlags.None, asyncCallback, packet);
}
catch (Exception e)