summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2006-02-07 18:41:15 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2006-02-07 18:41:15 +0000
commitf0705d6b67019b67f2d9ef4c704e2589678a4fb6 (patch)
tree653652a6a95b9ec29ced6408ec40a806cfe72fb3 /sys
parent0889fcc47324a0ce02744a26d7115bb08b5f0e86 (diff)
mention source of pf_modulate_sack() in comment, no code change,
ok frantzen@
Diffstat (limited to 'sys')
-rw-r--r--sys/net/pf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 91125fceaf4..e9c22f5d0fd 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.509 2006/01/31 03:40:31 frantzen Exp $ */
+/* $OpenBSD: pf.c,v 1.510 2006/02/07 18:41:14 dhartmei Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1497,6 +1497,7 @@ pf_change_icmp(struct pf_addr *ia, u_int16_t *ip, struct pf_addr *oa,
/*
* Need to modulate the sequence numbers in the TCP SACK option
+ * (credits to Krzysztof Pfaff for report and patch)
*/
int
pf_modulate_sack(struct mbuf *m, int off, struct pf_pdesc *pd,