File: trickle.h

package info (click to toggle)
trickle 1.07-9
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,660 kB
  • ctags: 535
  • sloc: sh: 8,307; ansic: 4,722; makefile: 73
file content (20 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * trickle.h
 *
 * Copyright (c) 2003 Marius Aamodt Eriksen <marius@monkey.org>
 * All rights reserved.
 *
 * $Id: trickle.h,v 1.3 2003/04/06 00:29:37 marius Exp $
 */

#ifndef TRICKLE_H
#define TRICKLE_H

#define TRICKLE_SEND 0
#define TRICKLE_RECV 1

#define TRICKLE_NONBLOCK 0x1

#define TRICKLE_WOULDBLOCK 1

#endif /* !TRICKLE_H */