According to MSDN , the "MaxConnections" parameter means:
The NetTcpBinding.MaxConnections property controls the maximum number of connections to be pooled for subsequent reuse on the client and the maximum number of connections allowed to be pending dispatch on the server.
what does the term "Pending Dispatch" mean?