Finding MTU

2004-08-29 Thread Dennis George
Hi all, Can anybody tell me how to find the MTU (Maximum Transmitting Unit) in freeBSD programatically... Thanks in advance Dennis - Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.

Re: Finding MTU

2004-08-29 Thread Avleen Vig
On Sun, Aug 29, 2004 at 07:55:27PM -0700, Dennis George wrote: Hi all, Can anybody tell me how to find the MTU (Maximum Transmitting Unit) in freeBSD programatically... Define programatically? With syscalls, or in a way that is easily repeatable? If you just mean the latter, this will do

Re: Finding MTU

2004-08-29 Thread Skip Ford
Dennis George wrote: Can anybody tell me how to find the MTU (Maximum Transmitting Unit) in freeBSD programatically... The full source for ifconfig(8) is available. No need to ask anyone...

Re: Finding MTU

2004-08-29 Thread John-Mark Gurney
Dennis George wrote this message on Sun, Aug 29, 2004 at 19:55 -0700: Can anybody tell me how to find the MTU (Maximum Transmitting Unit) in freeBSD programatically... Well, as someone pointed out, you can find it in ifconfig.. but if you want to know the mtu to a specific system, try: netstat