14 Jun
2022
14 Jun
'22
12:31 p.m.
On Jun 13, 2022, at 4:45 PM, JS SV <jssv51997@gmail.com> wrote:
At 23:27:44 I understand that the response_window is started
Again, it's the request_window for the first packet. There is no global request_window.
(we are waiting for a response). then we receive the other two requests that we mentioned (the client has a timeout in the first one so it sends another and another)
Each of those two packets have their own response_window timers
After that, at 23:28:04 (20s after receiving the first req so that "theoretically" the response_window has passed) it tells us that it waits 10s more and after those 10s the home_server is set to zombie.
so the total of 30s said.
Yes, that's how it works. Alan DeKok.