diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-06-29 13:38:36 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-06-29 13:38:36 +0000 |
| commit | 4d09f5a030c2fd46960360b0adb63025fe3fe05c (patch) | |
| tree | 315f2cec222c95f0e310730da78d1cf384020dcd /sys/netinet/ip_output.c | |
| parent | 5151eeb194da7edef5eafdd2e5f87a33819f1eaa (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_output.c')
| -rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 772c10fc774c..dcdc6350dac4 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -148,7 +148,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, * will wrap around in less than 10 seconds at 100 Mbit/s on a * medium with MTU 1500. See Steven M. Bellovin, "A Technique * for Counting NATted Hosts", Proc. IMW'02, available at - * <http://www.research.att.com/~smb/papers/fnat.pdf>. + * <http://www.cs.columbia.edu/~smb/papers/fnat.pdf>. */ if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { ip->ip_v = IPVERSION; |
