|
From: | Jens Nielsen |
Subject: | [lwip-devel] [bug #45130] "tv_sec" element of the timeval struct used in setsockopt should in fact be milliseconds and not seconds |
Date: | Mon, 18 May 2015 18:07:28 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 |
Follow-up Comment #3, bug #45130 (project lwip): Well, as I understand it, 1.4.1 didn't handle a timeval struct but instead just dereferenced the void* optval into an integer and used it as milliseconds. If you pass a timeval there you'd (most likely) get the tv_sec field. On git head you can check the LWIP_SO_SNDRCVTIMEO_GET_MS macro in sockets.c which converts a struct timeval to milliseconds. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?45130> _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |