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
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
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 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
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.
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