about summary refs log tree commit diff
path: root/sunrpc/tst-udp-timeout.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* sunrpc/tst-udp-timeout: Fix timeout valueSamuel Thibault2017-09-101-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.
* sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer2017-02-281-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.