Refactoring to provide socket support for UDP

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@327 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-09-02 23:11:10 +00:00
parent f802de0d4c
commit d28949c819

View File

@ -162,7 +162,7 @@ void uipdriver_loop(void)
#ifdef CONFIG_NET_UDP #ifdef CONFIG_NET_UDP
for(i = 0; i < UIP_UDP_CONNS; i++) for(i = 0; i < UIP_UDP_CONNS; i++)
{ {
uip_udp_periodic(i); uip_udppoll(i);
/* If the above function invocation resulted in data that /* If the above function invocation resulted in data that
* should be sent out on the network, the global variable * should be sent out on the network, the global variable