AW: [En-Nut-Discussion] NutNetBufAlloc
Oliver Schulz
Oliver.Schulz at bong.de
Fri Oct 10 09:42:08 CEST 2003
Hi,
If I understand it right (Harald, please correct me if not), you don't need to free the buffer at the end.
Simply reuse the allocated buffer in subsequent calls to NetUdpOutput.
The buffer allocation algorithm discovers that the buffers for all used network layers are already allocated and aviods new allocations of the buffers.
Hope that helps,
Oliver.
-----Ursprüngliche Nachricht-----
Von: en-nut-discussion-admin at egnite.de
[mailto:en-nut-discussion-admin at egnite.de]Im Auftrag von NGB
Gesendet: Freitag, 10. Oktober 2003 08:45
An: en-nut-discussion at egnite.de
Betreff: [En-Nut-Discussion] NutNetBufAlloc
Hi
I have an application that rapidly sends out nearly the same packet. to
speed things up I have copied the code from NutUdpSendTo and call directly
NutUdpOutput.
each time I allocate the output buffer using NutUdpOutput and free at the end,
Considering I'm always sending the same data, can't I just allocate once and
never free ?
Thanks
Nic
-------------------------------------------------
_______________________________________________
En-Nut-Discussion mailing list
En-Nut-Discussion at egnite.de
http://www.egnite.de/mailman/listinfo/en-nut-discussion
More information about the En-Nut-Discussion
mailing list