python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
get Warning: got packets out of order. Expected 2 but received 0
I'm using node mysql2 driver to connect to mysql 8 on linux, the front end runs into stuck many times and i guess it would be related to the message "Warning: got packets out of order. Expected 2...
ipk app
Votes: 0
Answers: 0
Need help in XDP program failing to load with error "R7 offset is outside of the packet"
I have written a XDP program that looks at the incoming SCTP packets.
A SCTP packets can have multiple chunks into it. I am specifically interested in DATA chunks that contain the application layer pa...

Pranav Chaudhary
Votes: 0
Answers: 1
Why does Python socket have out of place characters within the byte data?
I'm trying to make a packet sniffer in Python using sockets, but whenever I run it I always get random IP addresses for my source and target. I've never seen my own IP. I made sure that I'm converting...
nelimalu
Votes: 0
Answers: 0
What does a raw tcp conversation look like, down to the nitial syn/ack requests
I would be interested in learning more about TCP, and possibly implementing it myself, but I can not seem to find any info on what a raw tcp conversation including the syn/synack/ack packets.
I want s...
Matthias Lee
Votes: 0
Answers: 0