Comparing version 1.1.4 to 1.1.5
@@ -981,3 +981,3 @@ | ||
var me = this; | ||
req.dgram = dgram.createSocket ("udp4"); | ||
req.dgram = dgram.createSocket (this.transport); | ||
req.dgram.on ("message", me.onMsg.bind (me, req)); | ||
@@ -984,0 +984,0 @@ |
{ | ||
"name": "net-snmp", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1009,2 +1009,6 @@ | ||
## Version 1.1.5 - 05/02/2013 | ||
* The `transport` option to `createSession()` was not used | ||
# Roadmap | ||
@@ -1014,4 +1018,2 @@ | ||
* Support fetching specific columns in the `table()` method | ||
* Extensible SNMP agent | ||
* SNMP version 3 | ||
@@ -1018,0 +1020,0 @@ |
Sorry, the diff of this file is not supported yet
1040
496099
20