
erro pro packet size question
Can I change the packet size in Eero pro to like 1500 to speed thing up on it?
Like
Follow
1reply
-
You will need to calculate this size yourself. The IP header has a 'Total Length' field that gives you the length of the entire IP packet in bytes. If you subtract the number of 32-bit words that make up the header (given by the Header Length field in the IP header) you will know the size of the TCP packet.