]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Update config: Enable Sockets
authormartin <martin@debian-desktop>
Sun, 13 Sep 2015 11:26:54 +0000 (13:26 +0200)
committermartin <martin@debian-desktop>
Sun, 13 Sep 2015 11:26:54 +0000 (13:26 +0200)
src/include/arch/lwipopts.h

index cfd627d456949c7705a4ca7c8c87b9238905c849..a2b4f6bd36398678e548e8a544fcd183af5fe4cb 100644 (file)
 /*****************************************************************************
 **                           Socket  Options
 *****************************************************************************/
-#define LWIP_SOCKET                     0           /* default is 1 */
+#define LWIP_SOCKET                     1           /* default is 1 */
 
 #define LWIP_SO_RCVTIMEO                1           /* enable receive timeout; default is 0 */