Repository: qpid-proton
Updated Branches:
  refs/heads/master 3459aa239 -> 17250c947


NO-JIRA: add a couple of clarifying comments


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/17250c94
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/17250c94
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/17250c94

Branch: refs/heads/master
Commit: 17250c94799ac1551fdd53683d3f28f13bdc4764
Parents: 3459aa2
Author: Robert Gemmell <rob...@apache.org>
Authored: Thu Jul 16 18:12:02 2015 +0100
Committer: Robert Gemmell <rob...@apache.org>
Committed: Thu Jul 16 18:12:02 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/qpid/proton/engine/impl/TransportSession.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/17250c94/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
----------------------------------------------------------------------
diff --git 
a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
 
b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
index 33c6cd0..1e4842d 100644
--- 
a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
+++ 
b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
@@ -42,7 +42,10 @@ class TransportSession
     private int _remoteChannel = -1;
     private boolean _openSent;
     private final UnsignedInteger _handleMax = 
UnsignedInteger.valueOf(HANDLE_MAX); //TODO: should this be configurable?
+    // This is used for the delivery-id actually stamped in each transfer 
frame of a given message delivery.
     private UnsignedInteger _outgoingDeliveryId = UnsignedInteger.ZERO;
+    // These are used for the session windows communicated via Begin/Flow 
frames
+    // and the conceptual transfer-id relating to updating them.
     private UnsignedInteger _incomingWindowSize = UnsignedInteger.ZERO;
     private UnsignedInteger _outgoingWindowSize = UnsignedInteger.ZERO;
     private UnsignedInteger _nextOutgoingId = UnsignedInteger.ONE;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to