This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748 NDK and DHCP

In using the latest build of the NDK I found that it failed to do DHCP with a Linksys WRT54G2 V1.5 router.  I remembered that when we used NDK v1.94 we had a similar problem with Linksys routers.  Just like last time, I found that the Linksys Router is rejecting the DHCP discover packets because they are too big.  I, again, had to change the padding size for the options to be much smaller than it is by default.

 

In file dhcp.h the #defines SZOPTIONS is too big at 576 bytes. I set it back to 312 and it worked.

 

Please let someone at TI know about this because I hate having to fix this every time we get a new build.

 

-Jason