[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Removing the restriction on number of sockets
From: |
Joan Lledó |
Subject: |
Re: [lwip-devel] Removing the restriction on number of sockets |
Date: |
Fri, 11 Aug 2017 09:45:37 +0200 |
> In an RTOS, where you have multiple networking applications (which would
> typically be their own processes on Linux) but each are simply threads in
> the same process space, now a thread’s first call to socket() could return
> an FD larger than what FD_SETSIZE can hold rather than 0. This would
> require modifying all applications to expect FDs that couldn’t fit within
> fd_set even when they are only using a small number of sockets
>
That's really bad, and I don't know how to solve it, Does anyone here
have any ideas?
- Re: [lwip-devel] Removing the restriction on number of sockets, (continued)
- Re: [lwip-devel] Removing the restriction on number of sockets, Simon Goldschmidt, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Dirk Ziegelmeier, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, address@hidden, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/08
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/09
- Re: [lwip-devel] Removing the restriction on number of sockets,
Joan Lledó <=
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, goldsimon, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Stian Skjelstad, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Joel Cunningham, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Simon Goldschmidt, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Joan Lledó, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Gisle Vanem, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, goldsimon, 2017/08/11
- Re: [lwip-devel] Removing the restriction on number of sockets, Gisle Vanem, 2017/08/11