Re: VPN with FAST_IPSEC and ipsec tools

2006-06-26 Thread Michael Vince
David DeSimone wrote: - -- David DeSimone == Network Admin == [EMAIL PROTECTED] I got it going! Its working like a dream now. I don't have a for sure reason why it wasn't working but my best guess is it was one that actually boiled down to a silly mistake as you suggested. I feel quite si

mbufs in tcp_output and tcp_input

2006-06-26 Thread Haisang Wu
Hello, I need to read m_flags of a mbuf in an TCP application in the following two cases: (1) in sending direction, right before TCP calls ip_output() to send out a packet, (2) in receiving direction, right before TCP appends a packet to so_rcv of the corresponding socket and wakes up the socke

Re: kern/99188: [tcp] [patch] FIN in same packet as duplicate ACK is lost

2006-06-26 Thread Andre Oppermann
Synopsis: [tcp] [patch] FIN in same packet as duplicate ACK is lost Responsible-Changed-From-To: freebsd-net->andre Responsible-Changed-By: andre Responsible-Changed-When: Mon Jun 26 16:15:49 UTC 2006 Responsible-Changed-Why: Take over. http://www.freebsd.org/cgi/query-pr.cgi?pr=99188 __

Current problem reports assigned to you

2006-06-26 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description --- o [2006/01/30] kern/92552 net A serious bug in most network drivers fro f [2006/02/12] kern

FreeBSD-6.1 modification about tcp_input fast recovery

2006-06-26 Thread Blue
Hi, all: In FreeBSD-6.1, line 1878 - 1894 in tcp input() have been newly added like below if (tp->sack_enable && IN_FASTRECOVERY(tp)) { int awnd; /* * Compute the amount of data in flight first.

Re: VPN with FAST_IPSEC and ipsec tools

2006-06-26 Thread Michael Vince
David DeSimone wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David DeSimone <[EMAIL PROTECTED]> wrote: Hmm... In examining my kernel configuration I found these options: options IPSEC options IPSEC_ESP options IPSEC_DEBUG # options IPSEC_FILTERGIF # opt