bridge interface vs. altq

2018-10-28 Thread G. Paul Ziemba
nto the pfil(9) framework. The bridge can be used as a traffic shaper with altq(4) or dummynet(4). What am I missing? thanks! -- G. Paul Ziemba FreeBSD unix: 7:46PM up 4:50, 9 users, load averages: 0.52, 0.41, 0.32 ___ freebsd-net@

Re: vimage vs. ipfilter

2010-01-11 Thread G. Paul Ziemba
tualization list archives) but couldn't find it. Do you have a pointer? thanks, ~!paul -- G. Paul Ziemba FreeBSD unix: 11:06PM up 29 days, 47 mins, 26 users, load averages: 0.21, 0.20, 0.21 ___ freebsd-net@freebsd.org mailing list http://lists.fre

vimage vs. ipfilter

2010-01-07 Thread G. Paul Ziemba
Can anyone comment on the usability of ipfilter with an 8.X kernel built with "options VIMAGE" ? I'm seeing a fatal kernel trap when rc. starts to configure ipfilter during the boot sequence. I'm using 8.0-RC1. many thanks! -- G. Paul Ziemba FreeBSD unix: 8:41AM up 24 d

Re: How to port/build TCP/IP Stack.

2009-08-08 Thread G. Paul Ziemba
stem that already has an ethernet (or whatever lower layer you need) driver in a few weeks. You'll need to grab appropriate files from /usr/src/sys/netinet as well as the socket and mbuf related files from /usr/src/sys/kern and then connect it to the network driver for your physical interfac

Re: TCP Timestamp option?

2002-04-10 Thread G. Paul Ziemba
in networks with large bandwidth*delay products. Timestamps in the timestamp option also cycle much more slowly than sequence numbers on an active high-speed connection and can thus be used to detect and discard old duplicate packets with apparently valid sequence numbers. RFC 1323 explains the deta

should tcp_reass() update tcps_rcvpartduppack, tcps_rcvpartdupbyte?

2002-03-26 Thread G. Paul Ziemba
m_adj(m, i); *tlenp -= i; -- G. Paul Ziemba [EMAIL PROTECTED] FreeBSD unix: 12:36PM up 1 day, 2:44, 9 users, load averages: 0.04, 0.04, 0.01 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message