lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] Include possibility to increase the socket offset


From: dipswitch
Subject: [lwip-devel] Include possibility to increase the socket offset
Date: Wed, 11 Jan 2012 21:33:05 +0800 (MYT)
User-agent: SquirrelMail/1.4.9a

Change request for the socket API.

Would it be possible to add an socket offset to the socket API so the
socket number is increased with the defined number?

Something like:
LWIP_SOCKET_OFFSET==n: Increases the file descriptor number created by
LwIP with n. This can be usefull when there are multiple API's which
create file descriptors. When they all start with a different offset and
you won't make them overlap you can re implement
read/write/close/ioctl/fnctl to send the requested action to the right
library.

I provided a patch against v1.4.0 would it be possible to include the
patch for v1.4.0 in trunk so it will be available in further releases?

Attachment: lwip-socket.patch
Description: Binary data


reply via email to

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