I've took over a C++ code that is connecting to a server via TCP. The connect() call receives a WOULD BLOCK error. Now it wasn't doing this, but as we started ramping up the connections to the server it went into this state. Now we have rebooted both the client and server and we still get that error even with 1 connection. I'm starting to wonder if we have blown the TCP stack. Only issue I have with that statement is data seems to still be getting through. We ran this from another client and it works fine, just the one client we maxed out does it have this issue. Anyone understand why?