summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-09-02 06:08:28 +0000
committerelie <elie>2013-09-02 06:08:28 +0000
commit08d00572d57f6e12f98ea895a45e45970b167e1e (patch)
treeb4800d60f3e4b1226dd8b196be15028aeed01232 /CHANGES
parentb704ce7e0d59189ab63d9ea1fa17b25017cc4dce (diff)
downloadpysnmp-08d00572d57f6e12f98ea895a45e45970b167e1e.tar.gz
sockets now configured with SO_REUSEADDR option to fix possible
Windows error 10048.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f6adcb..3f6d26f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -98,6 +98,8 @@ Revision 4.2.5rc2
supporting UTF-8 initializers.
- Fix to v1/v2c message processing module which used to refer to a
bogus stateReference in some cases what causes SNMP engine crashes.
+- Asyncsock sockets now configured with SO_REUSEADDR option to fix possible
+ Windows error 10048.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.