This message was deleted.
# helpdesk
s
This message was deleted.
d
this means there was some state the user was stuck in that required a full reconnect. Do you know how this can be reproduced?
b
I also don't know how to reproduce this problem. I modify the detection time of the server, which is once a year. Ha ha.
Copy code
negotiationFrequency = 150 * time.Millisecond
//negotiationFailedTimeout   = 15 * time.Second
negotiationFailedTimeout   = 8544 * time.Hour //one year
dtlsRetransmissionInterval = 100 * time.Millisecond