v.0.6
This commit is contained in:
parent
480b3d44ca
commit
632b6b154e
11 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -62,7 +62,7 @@ namespace Bowling_Server
|
|||
IPEndPoint ipe = new IPEndPoint(ip, port);
|
||||
socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
|
||||
socket.Bind(ipe);
|
||||
socket.Listen(2);
|
||||
socket.Listen(100);
|
||||
}
|
||||
public static void Send(string message, Socket client)
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue