lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] question of send proccess


From: Oscar F
Subject: [lwip-users] question of send proccess
Date: Fri, 16 Apr 2010 10:17:44 +0200

Hello everybody

I´m using FreeRTOS with lwip in AVR32.  In my case i have to send an ACK message by TCP connection. I´m using the function send, but i have a quetion
when i call this function, my program wait for send all packet or the function send isn´t blocking?

This task
/* Create the task that handles the MACB input packets. */
  sys_thread_new( "ETHINT", ethernetif_input, netif, netifINTERFACE_TASK_STACK_SIZE,
                  netifINTERFACE_TASK_PRIORITY );

is it controlling only the recepction, or the transsmision too?


This other task
   result = xTaskCreate( thread, ( signed portCHAR * ) "lwIP", lwipINTERFACE_STACK_SIZE, arg, prio, &CreatedTask );
what things is it doing this task in the process to send a data with the function send(...)?

Thanks in advance
Regards
Oscar




--
"En la vida hay tres cosas que nunca dan marcha atras, la palabra pronunciada, la flecha lanzada y la oportunidad perdida"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]