You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help someone who is curious about why UDP connection lost.
The sokit use a timer to detect whether the UDP connection is lost, if there is no data communication over a UDP connection more than 2min. Sokit will remove the UDP connection from the list.
To help someone who is curious about why UDP connection lost.
The sokit use a timer to detect whether the UDP connection is lost, if there is no data communication over a UDP connection more than 2min. Sokit will remove the UDP connection from the list.
Related code:
e041ccb : src/sokit/serverskt.cpp line 334
m_timer.start(2000);
e041ccb : src/sokit/serverskt.cpp line 435
The text was updated successfully, but these errors were encountered: