Re: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-20 Thread Bart Van Assche
On Mon, Jul 19, 2010 at 8:33 PM, Van Dyke, Evan (ES) wrote: > Bingo. It looks like the call to f_send in _*snmp_async_send() in > snmp*_api.c > is failing. I added a debug message in the if(result < 0) check (see > below), and f_send is returning -1. The callback looks like it is only > queu

RE: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-19 Thread Van Dyke, Evan (ES)
Bingo. It looks like the call to f_send in _snmp_async_send() in snmp_api.c is failing. I added a debug message in the if(result < 0) check (see below), and f_send is returning -1. The callback looks like it is only queued for processing if the f_send succeeds. For some reason, our Firewa

RE: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-19 Thread Van Dyke, Evan (ES)
e where it's dropping the request. --Evan From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On Behalf Of Bart Van Assche Sent: Monday, July 19, 2010 11:58 AM To: Van Dyke, Evan (ES) Cc: Net-snmp-users@lists.sourceforge.net Subject: EXTERNAL:Re: Subagent example code timeo

Re: Subagent example code timeout on Win32

2010-07-19 Thread Bart Van Assche
On Mon, Jul 19, 2010 at 5:16 PM, Van Dyke, Evan (ES) wrote: > My apologies if this has been discussed before, but I couldn’t find it in > a quick search of the archives. > > I am trying to build the sub-agent example on the NetSNMP Wiki on a Win32 > system. I am currently using the NetSNMP v5.5

Re: Subagent example code timeout on Win32

2010-07-19 Thread Bart Van Assche
On Mon, Jul 19, 2010 at 5:16 PM, Van Dyke, Evan (ES) wrote: > My apologies if this has been discussed before, but I couldn’t find it in > a quick search of the archives. > > I am trying to build the sub-agent example on the NetSNMP Wiki on a Win32 > system. I am currently using the NetSNMP v5.5

Subagent example code timeout on Win32

2010-07-19 Thread Van Dyke, Evan (ES)
My apologies if this has been discussed before, but I couldn't find it in a quick search of the archives. I am trying to build the sub-agent example on the NetSNMP Wiki on a Win32 system. I am currently using the NetSNMP v5.5 binary distribution for Win32. After some judicious searching and d