Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sunrpc: Improvements for UDP client timeout handling [BZ #20257] | Florian Weimer | 2017-02-28 | 1 | -0/+89 |
| | | | | | | 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. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer | 2016-09-15 | 1 | -0/+30 |
__inet6_scopeid_pton implements strict validation of numeric scope IDs. Use it in getaddrinfo and __res_vinit. |