Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-10 | sunrpc/tst-udp-timeout: Fix timeout value | Samuel Thibault | 1 | -3/+3 | |
2.3 is not representable with double, and thus leads to rounding issues if the clock is not very precise and the measured delay is then exactly 2.3. * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5 seconds. | |||||
2017-02-28 | sunrpc: Improvements for UDP client timeout handling [BZ #20257] | Florian Weimer | 1 | -0/+402 | |
This commit fixes various aspects in the UDP client timeout handling. Timeouts are now applied in a more consistent fashion. Discarded UDP packets no longer prevent the timeout from happening at all. |