Adding socket(), bind() logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@319 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8769a224cc
commit
c9e6b54c74
@ -159,7 +159,7 @@ void uipdriver_loop(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if UIP_UDP
|
||||
#ifdef CONFIG_NET_UDP
|
||||
for(i = 0; i < UIP_UDP_CONNS; i++)
|
||||
{
|
||||
uip_udp_periodic(i);
|
||||
@ -175,7 +175,7 @@ void uipdriver_loop(void)
|
||||
tapdev_send((char*)uip_buf, uip_len);
|
||||
}
|
||||
}
|
||||
#endif /* UIP_UDP */
|
||||
#endif /* CONFIG_NET_UDP */
|
||||
|
||||
/* Call the ARP timer function every 10 seconds. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user