This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/5379] sunrpc: Fix hangs in UDP RPC calls


------- Additional Comments From drepper at redhat dot com  2007-11-23 01:32 -------
The patch is not correct.  It goes to the extreme other side.  Now a few signals
sent in short succession can cause the total timeout time to be far too short.

To fix this it will be necessary to measure how long the poll calls slept and
adjust the total time to this.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5379

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]