Socket disconnect detection and re-connect under Linux

Source: Internet
Author: User

One using the return value of the Select function (for situations where there must be data interaction within a certain time period)

#include <sys/select.h>

int select (int maxfd + 1, fd_set *readset, Fd_set *writeset, fd_set *exceptset, const struct Timeval * Timeou  T); Maximum file description Multibyte 1, check readability, check for writeable check out-of-band data, a pointer to the TIMEVAL structure, to determine the maximum time for select to wait I/O.       If it is empty, it will wait forever.                   Definition of Timeval structure: struct Timeval {long tv_sec;//seconds long tv_usec;//microseconds }

Socket disconnect detection and re-connect under Linux

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.