Re: Timeouts on dynamic ipfw rules

2002-01-25 Thread Crist J. Clark
On Fri, Jan 25, 2002 at 11:39:29AM -0800, Luigi Rizzo wrote: > there were patches floating around for something similar. > > cheers > luigi > > On Fri, Jan 25, 2002 at 05:28:38PM +0100, Sebastien Petit wrote: > > Hi, > > > > Is there a way to set per keep-state rule timeout ? > > I

(Fwd) ip_output() does not checksum outer header

2002-01-25 Thread Dan Langille
I am forwarding this on behalf of Bruce (his DNS is borked and thus he cannot send to the lists). Please don't CC me in the replies, only Bruce. Thanks. --- Forwarded message follows --- Date sent: Fri, 25 Jan 2002 23:35:38 + From: Bruce M Simpson <[

TCP Zero Copy

2002-01-25 Thread Harkirat Singh
Hello! Does FreeBSD 4.3/4.4 supports TCP Zero copy? If there is some patch available then also please let me know. Regards, Harkirat To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Netgraph

2002-01-25 Thread Julian Elischer
you need to attach the tty node to a tty using the regular terminal "line disciplin" methods. (similar to the way the ppp protocol handler is attached to a tty for kernel ppp) Archie has some sample code in Mpd that I'm sure he could send to you. On Fri, 25 Jan 2002, ome ome wrote: > Hello, >

Re: Timeouts on dynamic ipfw rules

2002-01-25 Thread Luigi Rizzo
there were patches floating around for something similar. cheers luigi On Fri, Jan 25, 2002 at 05:28:38PM +0100, Sebastien Petit wrote: > Hi, > > Is there a way to set per keep-state rule timeout ? > I want to have a little ack timeout for connection to mysql database tcp 3306

Re Netgraph

2002-01-25 Thread Radoslav Vasilev
rtfm# more ngdisc.c #include #include #include #include #include   int main(void){    int d;    int ldisc;    ldisc = NETGRAPHDISC;        if ((d = open("/dev/ttyd1", O_NONBLOCK)) == -1) {    perror("open");    } else {    printf("descrip

Netgraph

2002-01-25 Thread ome ome
Hello, I'm trying to create a tty node with netgraph under FreeDSB 3.5. with mkpeer, i've got the following error : "Operation not supported" I think that there no tty with a NETGRAPH line discipline So, I would like to know how to set a line discipline or if there is another way to do that

Timeouts on dynamic ipfw rules

2002-01-25 Thread Sebastien Petit
Hi,   Is there a way to set per keep-state rule timeout ? I want to have a little ack timeout for connection to mysql  database tcp 3306 but a long ack timeout for other rules. if not perhaps this syntax can be implemented on ipfw code, for example: ipfw add ... keepstate setup timeout-ack

Re: ADSL internal cards for FreeBSD 4.4 / 4.5?

2002-01-25 Thread Stephane Carrez
Hi! > > quick one: can anyone recommend any ADSL _internal_ cards that work well >with FreeBSD 4.4 or will with 4.5? > > tariq > BeWan has a PCI ADSL card. There is a Linux driver for 2.4 kernel. (see http://www.bewan.com/intl/ADSL.html) Anybody knows whether a FreeBSD driver exists for this

ADSL internal cards for FreeBSD 4.4 / 4.5?

2002-01-25 Thread Tariq Rashid
quick one: can anyone recommend any ADSL _internal_ cards that work well with FreeBSD 4.4 or will with 4.5? tariq intY has automatically scanned this email with Sophos Anti-Virus (www.inty.net) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of th