Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-21 Thread Bart Van Assche
On Tue, Apr 21, 2009 at 4:48 PM, Dave Shield wrote: > 2009/4/21 Bart Van Assche : >> wrote: >>> OK - I've reverted that patch, and applied a simpler one to deal >>> with the immediate problem.  (i.e. skip any fd's that are too large >>> to be handled by fd_set, etc). >> >> Can you please remove t

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-21 Thread Dave Shield
2009/4/21 Bart Van Assche : > wrote: >> OK - I've reverted that patch, and applied a simpler one to deal >> with the immediate problem.  (i.e. skip any fd's that are too large >> to be handled by fd_set, etc). > > Can you please remove the ">= FD_SETSIZE" tests again ? These cause > the Windows sn

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-21 Thread Bart Van Assche
On Mon, Apr 20, 2009 at 12:30 PM, Dave Shield wrote: > OK - I've reverted that patch, and applied a simpler one to deal > with the immediate problem.  (i.e. skip any fd's that are too large > to be handled by fd_set, etc). Hello Dave, Can you please remove the ">= FD_SETSIZE" tests again ? These

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-20 Thread Bart Van Assche
On Mon, Apr 20, 2009 at 1:12 PM, Dave Shield wrote: > 2009/4/20 Bart Van Assche : >> I was considering to prepare a patch that does the following: > >   [snip] > >> If I understood the above correctly such a patch should wait until version >> 5.6 ? > > If you can come up with a suitable patch fai

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-20 Thread Dave Shield
2009/4/20 Bart Van Assche : > I was considering to prepare a patch that does the following: [snip] > If I understood the above correctly such a patch should wait until version > 5.6 ? If you can come up with a suitable patch fairly quickly, post it to the patches tracker and we can discuss h

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-20 Thread Bart Van Assche
On Mon, Apr 20, 2009 at 12:30 PM, Dave Shield wrote: > 2009/4/18 Bart Van Assche : >> Apparently the patch with ID 1627049 >> (http://sourceforge.net/tracker/index.php?func=detail&aid=1627049&group_id=12694&atid=312694) >> has been applied on the 5.5pre branch. Please revert this patch -- >> this

Re: libnetsnmp and file/socket descriptors >= 1024

2009-04-20 Thread Dave Shield
2009/4/18 Bart Van Assche : > Apparently the patch with ID 1627049 > (http://sourceforge.net/tracker/index.php?func=detail&aid=1627049&group_id=12694&atid=312694) > has been applied on the 5.5pre branch. Please revert this patch -- > this patch not only causes portability problems but IMHO it's the

libnetsnmp and file/socket descriptors >= 1024

2009-04-18 Thread Bart Van Assche
Hello, Apparently the patch with ID 1627049 (http://sourceforge.net/tracker/index.php?func=detail&aid=1627049&group_id=12694&atid=312694) has been applied on the 5.5pre branch. Please revert this patch -- this patch not only causes portability problems but IMHO it's the wrong way to fix the observ