Re: [PATCH] Fix two bugs in the limit of large numbers of sockets:

2017-11-07 Thread Erik Bray
On Nov 7, 2017 16:36, "Corinna Vinschen" wrote: Erik, On Nov 7 16:11, Corinna Vinschen wrote: > On Nov 7 14:44, Erik M. Bray wrote: > > * Fix the maximum number of sockets allowed in the session to 2048, > > instead of making it relative to sizeof(wsa_event). > > > > The original choice of

Re: [PATCH] Fix two bugs in the limit of large numbers of sockets:

2017-11-07 Thread Corinna Vinschen
Erik, On Nov 7 16:11, Corinna Vinschen wrote: > On Nov 7 14:44, Erik M. Bray wrote: > > * Fix the maximum number of sockets allowed in the session to 2048, > > instead of making it relative to sizeof(wsa_event). > > > > The original choice of 2048 was in order to fit the wsa_events array >

Re: [PATCH] Fix two bugs in the limit of large numbers of sockets:

2017-11-07 Thread Jon Turney
On 07/11/2017 13:44, Erik M. Bray wrote: * Fix the maximum number of sockets allowed in the session to 2048, instead of making it relative to sizeof(wsa_event). The original choice of 2048 was in order to fit the wsa_events array in the .cygwin_dll_common shared section, but there is

Re: [PATCH] Fix two bugs in the limit of large numbers of sockets:

2017-11-07 Thread Corinna Vinschen
On Nov 7 14:44, Erik M. Bray wrote: > * Fix the maximum number of sockets allowed in the session to 2048, > instead of making it relative to sizeof(wsa_event). > > The original choice of 2048 was in order to fit the wsa_events array > in the .cygwin_dll_common shared section, but there is

[PATCH] Fix two bugs in the limit of large numbers of sockets:

2017-11-07 Thread Erik M. Bray
* Fix the maximum number of sockets allowed in the session to 2048, instead of making it relative to sizeof(wsa_event). The original choice of 2048 was in order to fit the wsa_events array in the .cygwin_dll_common shared section, but there is still enough room to grow there to have 2048