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
I read the document you mentioned and the description of Stateless Reset in the associated RFC9000 10.3.
I have a few questions after reading them and I hope you can help me answer them.
In my understanding, Stateless Reset is a means for the server to quickly terminate old connections. But why do I also receive a Stateless Reset packet when my libp2p instance is restarted?
I looked at libp2p's use of the QUIC protocol, and I found that for TLS, libp2p seems to generate it from the peer ID?
Is it because of this special processing that the QUIC connection of the restarted libp2p is considered an old connection, so it receives a Stateless Reset packet?
Version Information
This error does not appear when the stream is opened, but during the use of the stream.
It often occurs when I frequently restart the same libp2p node.
I would like to know what caused this error
The text was updated successfully, but these errors were encountered: