aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 17:06:34 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 17:24:06 +0100
commitc6bfa27b5e56845491c6d03406d4dba65d86095f (patch)
tree91432548eb6f4958d425e4c0ef9cd0a3f567f83c /include
parent0b316224829d172a76c1f6145568f8470b0a7dd6 (diff)
udp: Allow to create multiple links via UDP
This is the easiest way to support multiple links over UDP. Specify the number you want and they will be initiated. All these links will run via the same UDP port.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 134a5b0..fdd35ec 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -115,6 +115,7 @@ struct bsc_data {
int src_port;
int udp_port;
char *udp_ip;
+ int udp_nr_links;
int once;
/* the network header to use */