Command line options for the SPTXserver .exe

Command line parameters:

  r -port               The port to listen on

  o -server             The server address to bind to either in IPv4 dotted IP or IPv6 hex formats. Defaults to IPv4 INADDR_ANY

  o -spinCount          The spin count used in per socket critical sections

  o -numberOfIOThreads  Defaults to 0 (2 x processors)

  o -socketPoolSize     Defaults to 10

  o -bufferPoolSize     Defaults to 10

  o -bufferSize         Defaults to 1024

  o -listenBacklog      Defaults to 5

  o -maxConnections     Defaults to no limit

  o -noWelcomeMessage   Does not display a welcome message

  o -displayDebug

  o -registerCounters | -unRegisterCounters

  o -multicastAddress   Join the specified multicast group

  o -recvBuffer         Allows you to set the socket receive buffer size. This can affect the TCP Receive Window size and allows the stack to buffer more UDP packets.

  o -sendBuffer         Allows you to set the send buffer size.

  o -syncZero           Uses synchronous zero byte reads.

  o -asyncZero          Uses asynchronous zero byte reads.

  o -noLockFactory      Does not use a lock factory to share locks.

  o -requireClientCerts

  o -certificatePath    Defaults to .\\

  r = required, o = optional