| 174 | ///////////////////////////////////////////////////////////////////// |
| 175 | #ifdef NON_BLOCKING |
| 176 | static bool IsErrorWouldBlock() |
| 177 | { |
| 178 | int error = ERROR_NUMBER ; |
| 179 | |
| 180 | return (error == NET_EWOULDBLOCK) ; |
| 181 | } |
| 182 | #endif |
| 183 | |
| 184 | ///////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected