Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The server sends data to the client and loses the packet #762

Open
skystar66 opened this issue Nov 16, 2024 · 1 comment
Open

The server sends data to the client and loses the packet #762

skystar66 opened this issue Nov 16, 2024 · 1 comment

Comments

@skystar66
Copy link

I have a question. I have a scenario where after the client and the server establish a long connection through quic, the server automatically creates N QuicStreamChannels with the client and simulates sending 10,000 messages to the client through QuicStreamChannel. However, the data volume of the package received by the client is incomplete. Sometimes it receives more than 2,000 messages, and sometimes it receives more than 7,000 messages. Packet loss occurs. Can you help me analyze what caused the problem?

@skystar66
Copy link
Author

The server error message is as follows

Connection closed:QuicheQuicConnectionStats[recv=9948, sent=10404, lost=0, retrans=0, sentBytes=819127, recvBytes=458139, lostBytes=0, streamRetransBytes=0, pathsCount=1, peerMaxIdleTimeout=300000, peerMaxUdpPayloadSize=67108864, peerInitialMaxData=268435456, peerInitialMaxStreamDataBidiLocal=1000000, peerInitialMaxStreamDataBidiRemote=1000000, peerInitialMaxStreamDataUni=67108864, peerInitialMaxStreamsBidi=67108864, peerInitialMaxStreamsUni=67108864, peerAckDelayExponent=3, peerMaxAckDelay=25, peerDisableActiveMigration=false, peerActiveConnIdLimit=10000, peerMaxDatagramFrameSize=-1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant