]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
receive timeouts options added to lwipopts.h
authorJan Dolezal <pm.jenik@gmail.com>
Mon, 12 Aug 2013 11:33:45 +0000 (13:33 +0200)
committerJan Dolezal <pm.jenik@gmail.com>
Mon, 12 Aug 2013 11:35:47 +0000 (13:35 +0200)
src/include/arch/lwipopts.h

index 44a6b154b40a437035d102b7084f90fc6bcf318d..1345ed4731cb66e4b17cea2ddefabcff359780bc 100644 (file)
 *****************************************************************************/
 #define LWIP_SOCKET                     0           /* default is 1 */
 
+#define LWIP_SO_RCVTIMEO                0           /* enable receive timeout; default is 0 */
+
 /*****************************************************************************
 **                          Debugging options
 *****************************************************************************/