2008/5/6 Jayson Robinson <[EMAIL PROTECTED]>:
> Any idea what errno 22 is?

EINVAL   -   Invalid argument

>From  select(3c):
ERRORS
     The select() function will fail if:

         :

     EINVAL
           An invalid timeout interval was specified.

     EINVAL
           The nfds argument is  less  than  0  or  greater  than
           FD_SETSIZE.

     EINVAL
           One of the specified  file  descriptors  refers  to  a
           STREAM  or  multiplexer  that  is  linked (directly or
           indirectly) downstream from a multiplexer.

     EINVAL
           A component of the pointed-to time  limit  is  outside
           the  acceptable  range: t_sec must be between 0 and 10
          **8, inclusive.   t_usec must be greater than or  equal
           to 0, and less than 10**6.


Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to