From f0705d6b67019b67f2d9ef4c704e2589678a4fb6 Mon Sep 17 00:00:00 2001 From: Daniel Hartmeier Date: Tue, 7 Feb 2006 18:41:15 +0000 Subject: mention source of pf_modulate_sack() in comment, no code change, ok frantzen@ --- sys/net/pf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3