Skip to content

Commit

Permalink
adds confusion and correction annotations to fixsessionalgorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
falconair committed May 21, 2011
1 parent 024f609 commit ddb559f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/fixsessionalgorithm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if not isLoggedIn
//record msg (needed for resend request)
record msg

//duplicate logon
//duplicate logon (CORRECTION: check this in logon logic)
if isLoggedIn and msg is [logon]
ignore msg
error "already logged in"
Expand All @@ -107,7 +107,7 @@ else if inSeqNum < expectedInSeqNum and posdup is undefined or N
disconnect connection
else if inSeqNum > expectedInSeqNum
ignore msg
if msg is [resend-request]
if msg is [resend-request] (CONFUSION: check this against spec)
for list of requested messages from record
if msg is [logon, logout, resendreq, heartbeat, testreq, seqreset]
send [seq-reset] with gap-fill Y
Expand Down

0 comments on commit ddb559f

Please sign in to comment.