Cross-platform socket select bug

Source: Internet
Author: User
This bug happened to me for two days, that is, the Select function resets the timeout parameter value every time it is called in Linux,
Therefore, you need to reset the timeout before calling the select function every time (the timeout is not reset under the window ).
Bytes ---------------------------------------------------------------------------------------------

On Linux, select () modifies timeout to reflect the amount of time not
Slept; most other implementations do not do this. (The POSIX.1-2001 per-
MITS either behaviour.) This causes problems both when Linux code
Which reads timeout is ported to other operating systems, and when code
Is ported to Linux that reuses a struct timeval for multiple select () S
In a loop without reinitializing it. Consider timeout to be undefined
After Select () returns.
Bytes ---------------------------------------------------------------------------------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.