lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] RFC - Raw API for lwIP 0.5


From: Horst Garnetzke
Subject: [lwip-users] Re: [lwip] RFC - Raw API for lwIP 0.5
Date: Wed, 08 Jan 2003 22:03:04 -0000

Hi,


> - err_t tcp_write(struct tcp_pcb *pcb, void *dataptr, u16_t len,
>                   u8_t copy)


If it's possible I would preferr

     err_t tcp_write(struct tcp_pcb *pcb, const void *dataptr, u16_t len,
                     u8_t copy)

because this would suppress warnings sending data from ROM.

No other comments - I'll try the cvs stack and do some test with the
new raw API...

But a last question:
What is the preferred way for UDP connections? Do I need the "old"
sequential API for UDP?

-Horst


-- 
Horst Garnetzke                      address@hidden

[This message was sent through the lwip discussion list.]




reply via email to

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