Re: [Savannah-help-public] LwIP udp socket

2012-03-06 Thread Alfred M. Szmidt
Hi! You've posted to the wrong list, savannah-help-pub...@gnu.org is for help regarding Savannah, which is a hosting platform for free software. Your problem would be better addressed if you posted your message to the FreeRTOS, or LwIP help or bug lists.

[Savannah-help-public] LwIP udp socket

2012-03-06 Thread SVN
Hello, savannah-help. I use FreeRTOS port of LwIP for STM32F4x7. I tried to use sockets for tftp-server. I have following code in thread: * * * * * * lSocket = socket(AF_INET, SOCK_DGRAM, 0); if (lSocket < 0) { return; } memset((char *)&sLocal