From 38aa077ccb3bac7493c401dbd91b97037d208d54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 11 Jul 2013 10:01:57 +0200 Subject: imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter) --- runtime/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/net.h') diff --git a/runtime/net.h b/runtime/net.h index 1b41c81c..36f9eb41 100644 --- a/runtime/net.h +++ b/runtime/net.h @@ -137,7 +137,7 @@ BEGINinterface(net) /* name must also be changed in ENDinterface macro! */ void (*PrintAllowedSenders)(int iListToPrint); void (*clearAllowedSenders)(uchar*); void (*debugListenInfo)(int fd, char *type); - int *(*create_udp_socket)(uchar *hostname, uchar *LogPort, int bIsServer); + int *(*create_udp_socket)(uchar *hostname, uchar *LogPort, int bIsServer, int rcvbuf); void (*closeUDPListenSockets)(int *finet); int (*isAllowedSender)(uchar *pszType, struct sockaddr *pFrom, const char *pszFromHost); /* deprecated! */ rsRetVal (*getLocalHostname)(uchar**); -- cgit v1.2.3