We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in buffered branch I change protocol.receivePacket body's socket.recv to socket.recvInto with flags = {}
buffered
protocol.receivePacket
socket.recv
socket.recvInto
flags = {}
during handshake phrase , sent auth data to server, tcpdump shows it actually sent, when I receive server response I got Connection reset by peer
Connection reset by peer
The text was updated successfully, but these errors were encountered:
I shouldn't recvInto more than expected size data otherwise server will disconnect
Sorry, something went wrong.
No branches or pull requests
in
buffered
branch I changeprotocol.receivePacket
body'ssocket.recv
tosocket.recvInto
withflags = {}
during handshake phrase , sent auth data to server, tcpdump shows it actually sent, when I receive server response I got
Connection reset by peer
The text was updated successfully, but these errors were encountered: