On Tue, 5 Apr 2011 14:02:46 -0400 Doug wrote:
DM> My main concern is that net-snmp not break when two threads are doing
DM> their own v3 things at the same time.
DM>
DM> Ideally, I want two threads to talk to the same agent via different
DM> session pointers. Essentially, each thread would do its
I guess that I should have phrased my question differently.
"Multi-threaded" can have multiple meanings.
1. Two threads can simultaneously access the same SNMP session pointer.
2. Two threads can simultaneously talk to the same SNMP agent via
different session pointers (unique to each thread).
3. T
> On Mon, 25 Oct 2010 11:32:06 -0700, Wes Hardaker
> said:
> On Mon, 25 Oct 2010 13:19:33 -0400, Brendan Tauras
> said:
WH> I haven't had time to work on it
Sorry... I hit send too early...
Anyway, if you wanted to look at it then the files to start looking at
for wrapping
> On Mon, 25 Oct 2010 13:19:33 -0400, Brendan Tauras
> said:
BT> I have been interested in more info on multi-threading (with
BT> encryption) for a while and think it is still a work in progress.
BT> Wes, any updates on this front?
I haven't had time to work on it and there is a number
I have been interested in more info on multi-threading (with
encryption) for a while and think it is still a work in progress.
Wes, any updates on this front?
Doug, I have had success multi-threading in C with the Single API and
SNMPv3 using SHA1/AES, both the synchronous and asynchronous methods.
BT> 3. How should I use the authentication and privacy protocol OIDs?
WH> The SNMPv3 support in Net-SNMP isn't, unfortunately, thread-safe. We
WH> think/hope that the replacement DTLS/TLS support coming out in a future
WH> release will make it thread-safe when used over DTLS though.
Is there an
> On Tue, 6 Apr 2010 16:44:04 -0400, Brendan Tauras
> said:
BT> 3. How should I use the authentication and privacy protocol OIDs?
The SNMPv3 support in Net-SNMP isn't, unfortunately, thread-safe. We
think/hope that the replacement DTLS/TLS support coming out in a future
release will ma