From f7db7a691c3f532cf60886312459f2baea755283 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 8 Jul 2013 18:28:14 +0000 Subject: basic SO_REUSEPORT support --- src/shared/missing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared/missing.h') diff --git a/src/shared/missing.h b/src/shared/missing.h index 24a8392b22..534b3ccd4e 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -266,3 +266,7 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle #ifndef TFD_TIMER_CANCEL_ON_SET #define TFD_TIMER_CANCEL_ON_SET (1 << 1) #endif + +#ifndef SO_REUSEPORT +#define SO_REUSEPORT 15 +#endif -- cgit v1.2.3-54-g00ecf