Re: connect(2) for UDP
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Christos Zoulas wrote: > Always prefer poll over select on systems that have it. http://www.unixguide.net/network/socketfaq/2.14.shtml "Someone could write an implementation of poll() that uses select()" http://www.sealiesoftware.com/fakepoll.h Perhaps we should add this to replacements and always call poll(). --jkl