In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
[premise] the client uses tcp blocking mode
[phenomenon] after establishing a connection with the camera equipment, there are occasional times when the data sent by the camera cannot be received; after several investigations, it is suspected that it has something to do with the network fluctuation, so the network fluctuation is simulated by plugging in the network cable, and sure enough, the bug reappears.
[analysis] Why does the network interrupt tcp not actively notify the application? This involves a design principle of the TPC/IP protocol, that is, terminal-to-terminal parameters. What do you mean? It is up to the caller to choose whether this function is needed, and if so, the caller sets the appropriate parameters themselves, rather than timely feedback as soon as tcp detects a network outage, because most applications do not need immediate notification.
Ps: we should also consider this principle when designing our own interfaces.
[solution]
1. Switch to non-blocking mode
2. Blocking + keeping alive.
In this way, the return value of the function can be used to determine whether a reconnection is needed.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.