Question

If i need to find out the size of a tcp packet on BSD.....what do we need to do?

Is there some utility which allows for this?

Was it helpful?

Solution

do you mean the max possible size? if so, google for MTU (Maximum Transmission Unit)

OTHER TIPS

Try ethereal.

I think using tcpdump would be the easiest solution.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top