Skip to Content.
Sympa Menu

thrulay-users - Re: [thrulay] select() and blocking sockets?

Subject: Discussion list for thrulay, a network testing tool

List archive

Re: [thrulay] select() and blocking sockets?


Chronological Thread 
  • From: Federico Montesino Pouzols <>
  • To: Daniel Schaffrath <>
  • Cc:
  • Subject: Re: [thrulay] select() and blocking sockets?
  • Date: Sat, 28 Apr 2007 14:46:30 +0200


Hi Daniel,

What source version are you looking at? *_exactly functions are not
supposed to be used inside select() loops. While in these loops,
sockets are set to non-blocking and only single recv and send calls
are used. If *_exactly functions are called somewhere in select loops
it is probably a bug.



Archive powered by MHonArc 2.6.16.

Top of Page