Skip to content

Commit

Permalink
Updated design for session
Browse files Browse the repository at this point in the history
  • Loading branch information
mullerj committed Jul 29, 2024
1 parent bbf3439 commit 01f240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/design/Mil/Navy/Nrl/Norm/NormSession.puml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class NormSession {
+ AddAckingNode(nodeId:long) : void
+ RemoveAckingNode(nodeId:long) : void
+ GetAckingStatus(nodeId:long) : NormAckingStatus
+ SendCommand(cmdBuffer:byte[], cmdLength:int, robust:bool) : void
+ SendCommand(cmdBuffer:byte[], cmdOffset:int, cmdLength:int, robust:bool) : void
+ CancelCommand() : void
+ SetRxCacheLimit(countMax:int) : void
+ SetRxSocketBuffer(bufferSize:long) : void
Expand Down

0 comments on commit 01f240c

Please sign in to comment.