Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

In TIME_WAIT, the bind port will fail after modifying the socket option

2025-04-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

In TIME_WAIT, the bind port will fail after modifying the socket option, even if you are using SO_REUSEADDR or SO_REUSEPORT mode

* *

Tcp 0 0 127.0.0.1:81 127.0.0.1:56850 TIME_WAIT

* *

Tcp 0 0 127.0.0.1:81 127.0.0.1:56850 TIME_WAIT

* *

Tcp 0 0 127.0.0.1:81 127.0.0.1:56850 TIME_WAIT

* *

Tcp 0 0 127.0.0.1:81 127.0.0.1:56850 TIME_WAIT

As mentioned above, after the process exits, as long as TIME_WAIT still exists (only disappears after 2MSL), switching the socket option to the bind port will not be successful, such as SO_REUSEADDR and SO_REUSEPORT mode change.

The solution is to set all three variables of tcp_timestamp,tcp_reuse,tcp_recycle to 1 so that TIME_WAIT can be quickly recycled after the process exits.

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.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report