]> git.sesse.net Git - cubemap/commit
If accept() fails, do not take down the entire thing; it could be a transient error...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Apr 2013 22:20:51 +0000 (00:20 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Apr 2013 22:20:51 +0000 (00:20 +0200)
commitbb89ed5253c5199147d1109b7189ce3681242eae
treeae54b6851fa2a862ca36723d008094aa8163a1e3
parentd9de2a370c08fd6738984e759a1ab4f91015af0c
If accept() fails, do not take down the entire thing; it could be a transient error like “too many open files”. Instead, sleep 0.1 seconds and try again.
cubemap.cpp