Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accept() returns a file descriptor when it succeeds which is very | deischen | 2003-12-09 | 1 | -1/+1 |
| | | | | | | | | | likely to be non-zero. When leaving the cancellation point, check the return value against -1 to see if cancellation should be checked. While I'm here, make the same change to connect() just to be consisitent. Pointed out by: davidxu | ||||
* | Add cancellation points for accept() and connect(). | deischen | 2003-12-09 | 1 | -0/+49 |