Incoming connection requests are checked against the
timewait list, which provides O(n) scaling. Since a
match is unlikely, the entire list will be traversed. The
timewait list in the CM should be changed to a map so
that timewait checks could be expedited.
This could have a significant impact on CM scalability.