This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FreeBSD TCP/IP stack and sysctl


> Can I ask how you came up with the name "net.inet.tcp.rfc1323"?
> 
> The only name I could come up with for the retransmit timer was
> "rexmit_min", which, from inference from your code, I would probably try
> something like "net.inet.tcp.rexmit_min".  Is there a central list of MIB
> names someplace?  (Even typical examples would be fine).

sysctl1.c will print out a complete list of known names. It uses
sysctl to do this.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]