tcp_sack.c (a4f757cd5dc1421d90d72a34853247e0c2c18cce) | tcp_sack.c (9b932e9e048ade36fd50bad5eb8b9475b0a6082d) |
---|---|
1/* 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 82 unchanged lines hidden (view full) --- 91 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 92 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 93 * 94 * The views and conclusions contained in the software and documentation 95 * are those of the authors and should not be interpreted as representing 96 * official policies, either expressed or implied, of the US Naval 97 * Research Laboratory (NRL). 98 */ | 1/* 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 82 unchanged lines hidden (view full) --- 91 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 92 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 93 * 94 * The views and conclusions contained in the software and documentation 95 * are those of the authors and should not be interpreted as representing 96 * official policies, either expressed or implied, of the US Naval 97 * Research Laboratory (NRL). 98 */ |
99#include "opt_ipfw.h" /* for ipfw_fwd */ | |
100#include "opt_inet.h" 101#include "opt_inet6.h" 102#include "opt_ipsec.h" 103#include "opt_tcpdebug.h" 104#include "opt_tcp_input.h" 105#include "opt_tcp_sack.h" 106 107#include <sys/param.h> --- 485 unchanged lines hidden --- | 99#include "opt_inet.h" 100#include "opt_inet6.h" 101#include "opt_ipsec.h" 102#include "opt_tcpdebug.h" 103#include "opt_tcp_input.h" 104#include "opt_tcp_sack.h" 105 106#include <sys/param.h> --- 485 unchanged lines hidden --- |