8000 Tags · atlantageek/gosnmp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: atlantageek/gosnmp

Tags

v1.16

Toggle v1.16's commit message
marshalInt32()

v1.15

Toggle v1.15's commit message
go 1.11 - travis

v1.14

Toggle v1.14's commit message
Support SNMPv3 Encode/Decode (gosnmp#160)

* Store MsgMaxSize, support SNMPv3 SnmpDecodePacket
* Export MsgMaxSize
* Add SetMsgID/SetRequestID, validate Encode/Decode

v1.13

Toggle v1.13's commit message
Merge 'gosnmp#158 Add mock for Handler interface'

v1.12

Toggle v1.12's commit message
tidy comments on Connect() etc

v1.11

Toggle v1.11's commit message
readme; contributions

v1.10

Toggle v1.10's commit message
fix copyright for Debian release

v1.9-memory

Toggle v1.9-memory's commit message
Optimize memory usage.

If aggregating results from thousands of GetNext() calls in memory, the
runtime seems unable to release some of the memory allocated by send() (or
dispatch() now).

The situation can be improved by copying the resliced response slice in
dispatch(), rather than having the runtime keep a reference to a larger
(and partially usefull) buffer array.

This is the bug I was trying to squash in b84d786.

The logic of adjusting the buffer size dynamically seems to be still
valid though.

With this change, the actual buffer size allocated to handle the
response is no longer a problem so I changed the rxBufSizeMin and
rxBufSizeMax to more aggressive/generous defaults (and min buffer size
is proportional to request size).

This will probably make buffer resizing an exceptional event.

v1.8-empty

Toggle v1.8-empty's commit message
Issue 35: handle empty responses

v1.7-set16

Toggle v1.7-set16's commit message
add mrspock to authors

0