UDP stack of the TCPP/IP stack

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

UDP stack of the TCPP/IP stack

Good info. Maybe Adam could change the documentation?