Jump to content

Random question


Gunethical

Recommended Posts

Posted

Buffer size is the amount of data that can be buffered.

 

MTU size is the maximum size of the ethernet frames send. So the lower the MTU, the more packets fit inside your buffer. But these packets will be fragmented.

Posted
31 minutes ago, Bert said:

Buffer size is the amount of data that can be buffered.

 

MTU size is the maximum size of the ethernet frames send. So the lower the MTU, the more packets fit inside your buffer. But these packets will be fragmented.

Would lowering or raising either of these help mitigate packet burst issues? 

I suspect packet reordering is my main issue

Posted

Not really as this mostly happens on inbound packets.

 

Sending buffer is for outgoing packets.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...