GE Infrastructure is in the process of reviewing your software products:
Sourceforge.Net Net-SNMP Version 5.x
In order to determine whether the software is subject to Federal Export
Administration Regulations (EAR), we are requesting that you provide the
Export Control Classification Number (ECCN)
On 17 December 2010 15:22, Bitter, Sheri. (GE Aviation, Non-GE, US)
wrote:
> GE Infrastructure is in the process of reviewing your software products:
> Sourceforge.Net Net-SNMP Version 5.x
>
> In order to determine whether the software is subject to Federal Export
> Administration Regulations (EAR
Hi,
I was trying to create a thread using pthread_create() in one of the dynamic
mib extension file,
to create a tcp socket listening on 6 port.
I had ran it in two ways,
1. one with foreground option - (./snmpd -c snmpd.conf -Lsd -f)
This point thread creation was successful.
Hi,
I was trying to create a thread using pthread_create() in one of the dynamic
mib extension file,
to listen on 6 port.
I had ran it in two ways,
1. one with foreground option - (./snmpd -c snmpd.conf -Lsd -f)
This point thread creation was successful.
2. one with deamon(without -f) op