aboutsummaryrefslogtreecommitdiff
path: root/src/tcp_window_size.h
blob: c4852b3d9d89838d030f503700910ba65bbe9524 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2009-2011, The Regents of the University of California,
 * through Lawrence Berkeley National Laboratory (subject to receipt of any
 * required approvals from the U.S. Dept. of Energy).  All rights reserved.
 *
 * This code is distributed under a BSD style license, see the LICENSE file
 * for complete information.
 */

int set_tcp_windowsize(int sock, int bufsize, int dir);
int get_tcp_windowsize(int sock, int dir);