Even in the absence of a specified throttling behavior, throttling still exists for the TCP binding, using the default settings. Where you are most likely to encounter this is with the maxConcurrentSessions being 10. Effectively, this throttles incoming TCP connections on a particular port to 10. After 10, new connection requests will timeout.