Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
Description
use setsockopt(socket_, SOL_SOCKET, SO_RCVTIMEO, cast_sockopt(&r), sizeof(r));
but in windows SO_RCVTIMEO is DWORD,not recvTimeval_
Attachments
Issue Links
- is part of
-
THRIFT-1892 Socket timeouts are declared in milli-seconds, but are actually set in micro-seconds
- Closed