summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2012-08-28 15:25:42 +0000
committerelie <elie>2012-08-28 15:25:42 +0000
commit2c60391c06a9b77ce2567441911cdc675fa8e5af (patch)
tree5ff2aacdd075881c4da150c2e303bbbacdea72d8
parent13b4e401658591479fd6c121d66da59ee0af250a (diff)
downloadpysnmp-2c60391c06a9b77ce2567441911cdc675fa8e5af.tar.gz
comment on the fact that maxSizeResponseScopedPDU is not actually used
due to 1) that is not explicitly required by the RFC and 2) serialization is made for the whole message, not for its PDU part.
-rw-r--r--pysnmp/proto/mpmod/rfc3412.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/mpmod/rfc3412.py b/pysnmp/proto/mpmod/rfc3412.py
index 9eb4a91..d8d6d64 100644
--- a/pysnmp/proto/mpmod/rfc3412.py
+++ b/pysnmp/proto/mpmod/rfc3412.py
@@ -266,7 +266,7 @@ class SnmpV3MessageProcessingModel(AbstractMessageProcessingModel):
contextName,
pduVersion,
pdu,
- maxSizeResponseScopedPDU,
+ maxSizeResponseScopedPDU, # n.b. not actually used here
stateReference,
statusInformation
):