lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] netconn/socket: converting len argument to size_t


From: Piero 74
Subject: Re: [lwip-devel] netconn/socket: converting len argument to size_t
Date: Thu, 12 Feb 2009 19:36:47 +0100

Simon...

i saw a lot of email from you, for closing bugs...

are we close to release 131?

in my current project, i have lwip 130 (not cvs head), only with the
patch we solved toghether... but i should update my code when a new
stable version will be available...

anyway... we should start to discuss and write something about
socket2, work on pbufs for dma driver-zero copy, lineguides for how
imlement dma driver-zero copy for rx and tx (there are a lot of emails
in recent mailinglist...)
what do you think?

have a nice weekend
bye
piero

2009/2/12, address@hidden <address@hidden>:
> Hi all,
>
> I'd like to change the various length/size parameters of the socket API
> from 'int' to 'size_t', mainly to be conformant to the standard (see
> opengroup.org), but also for portability (size of the types should
> always be the same).
>
> For that, the length parameters of the netconn API would have to be
> changed, too. In my opinion, using size_t is a cleaner solution than
> int, regarding portability. This would also solve the problems we had in
> patch #6699...
>
>
> I'm preparing my sources for that and will commit them on the weekend if
> nobody opts in.
>
>
> Simon
>
>
> _______________________________________________
> lwip-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-devel
>




reply via email to

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