Beispiel #1
0
 // sets the buffer size for the server
 public static void SetSendBufferSize(int size)
 {
     server.SetSendBufferSize(size);
 }