]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Enable LWIP socket funkcionality
authorJakub NejedlĂ˝ <nejedjak@fel.cvut.cz>
Mon, 19 Aug 2019 14:50:49 +0000 (16:50 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 29 Aug 2019 13:57:17 +0000 (15:57 +0200)
Socket functionality is used in test_sw.
Commands - ping and iperf.

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 */