TcpPeer Constructor
Namespace: Riptide.Transports.Tcp
Assembly: RiptideNetworking.dll
TcpPeer(int)
Initializes the transport.
protected TcpPeer(int socketBufferSize = 1048576)
Parameters
| int | socketBufferSize | 
      How big the socket's send and receive buffers should be.  |