File: udp6.h

package info (click to toggle)
ipv6toolkit 2.0%2Bds.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,296 kB
  • sloc: ansic: 26,827; perl: 1,058; makefile: 137
file content (15 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Header file for the udp6 tool
 *
 */


/* Constants for debug mode */
#define PROBE_DUMP			1
#define PROBE_SCRIPT		2

/* Constants for UDP buffers */
#define UDP_BUFFER_SIZE			65535
#define UDP_INPUT_BUFFER_SIZE	TCP_BUFFER_SIZE
#define UDP_OUTPUT_BUFFER_SIZE	TCP_BUFFER_SIZE