summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-03-08 08:00:33 +0000
committerelie <elie>2015-03-08 08:00:33 +0000
commit6c5f2dd6f3d4ad6b839a696af58211d47a901730 (patch)
tree6478f5b001bf5fa635d5ad9c02ae67eaa19e9e09 /CHANGES
parent1bb9c7913639f9d839b8c2b07577efeb0b1e9bac (diff)
downloadpysnmp-6c5f2dd6f3d4ad6b839a696af58211d47a901730.tar.gz
UDP/IPv6 support added to asyncio-based transport
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 06043a1..d61cac3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,7 +21,8 @@ Revision 4.2.6rc2
getting peer's transport endpoint which is not suggested in RFCs)
will be gradually migrated to this new framework.
- Initial support for the asyncio & Trollius frameworks and
- coroutines-based SNMP Applications interfaces added.
+ coroutines-based SNMP Applications interfaces added. Both IPv4 and IPv6
+ datagram transports are currently supported.
- The asyncore-based transport subsystem extended to support POSIX
sendmsg()/recvmsg() based socket communication what could be used,
among other things, in the context of a transparent SNMP proxy