UDP stack of the TCPP/IP stack

dasans wrote on Tuesday, April 07, 2009:

Dear engineers,
This is only an info for those who are trying the UDP of TCP/IP stack provided with free RTOS by adam dunkels which is supportd with a good documantation .But in the doc for setting up a new UDP connection it is written like this
uip_udp_new(&addr,httns(12345)),(page 54)
But actually no need to call HTTONS here because in the function definition also the same is again called

edwards3 wrote on Tuesday, April 07, 2009:

Good info. Maybe Adam could change the documentation?