emailsters
emailsters
My test scenario is that the client sends one-way to the server, the client stop sending after a while. if the server send something to client timely, it runs ok....
it can not close the connection because can not find connection by srst,find_conn_by_srst returns NULL 
- when client and server handshake_ok, communication is ok client:  2022-07-14 21:48:52.895 [DEBUG] [QUIC:1747689995191188] conn: peer transport parameters: max_idle_timeout: 30000; max_udp_payload_size: 65527; init_max_data: 1572864; init_max_stream_data_bidi_local: 0; init_max_stream_data_bidi_remote: 1048576; init_max_stream_data_uni:...
> I think you have find the answer. It is the way it works. Since the stateless reset token is saved in memory, not in a persistent storage, restart server...