Skip to content

Commit

Permalink
fix unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Nov 3, 2019
1 parent 63a8cfa commit 7ef0ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs104/server_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (sf *SrvSession) updateAckNoOut(ackNo uint16) (ok bool) {
break
}
}
//sf.confirmReception(ackNo)

sf.ackNoSend = ackNo
return true
}
Expand Down

0 comments on commit 7ef0ddf

Please sign in to comment.