File: trickle.h

package info (click to toggle)
trickle 1.08%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: ansic: 4,923; makefile: 46
file content (23 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * 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

//each division is 5 minutes
#define DIVS_PER_HOUR 12

#endif /* !TRICKLE_H */