From 9c89560e6cdf44a21b2eff8765973ed8665fa07f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 22 Feb 2015 20:14:14 +0100 Subject: Use IP_PORTRANGE_HIGH for BFD where available --- lib/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/socket.h') diff --git a/lib/socket.h b/lib/socket.h index a5b85aa2..683cdde3 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -103,6 +103,7 @@ extern int sk_priority_control; /* Suggested priority for control traffic, shou #define SKF_LADDR_RX 0x04 /* Report local address for RX packets */ #define SKF_TTL_RX 0x08 /* Report TTL / Hop Limit for RX packets */ #define SKF_BIND 0x10 /* Bind datagram socket to given source address */ +#define SKF_HIGH_PORT 0x20 /* Choose port from high range if possible */ #define SKF_THREAD 0x100 /* Socked used in thread, Do not add to main loop */ #define SKF_TRUNCATED 0x200 /* Received packet was truncated, set by IO layer */ -- cgit v1.2.3