adjustable send/receive queue sizes #7

Closed
opened 2023-05-30 20:36:05 -04:00 by j4nk · 2 comments
Owner

Should be able to receive and send up to num_clients messages every loop, currently can only receive and send one message per loop

Should be able to receive and send up to num_clients messages every loop, currently can only receive and send one message per loop
Author
Owner

Due to design, each client is only capable of sending at most one message per loop iteration so num_clients length is tight bound on worst case

Due to design, each client is only capable of sending at most one message per loop iteration so num_clients length is tight bound on worst case
j4nk added this to the Version 1.0 milestone 2023-05-31 09:35:56 -04:00
Author
Owner

Opted for an unbounded number of sends and a maximum number of receives set by OCT_NETWORK_MAX_RECVS (10 by default). Completed with f254c7580d

Opted for an unbounded number of sends and a maximum number of receives set by OCT_NETWORK_MAX_RECVS (10 by default). Completed with https://git.thejerks.club/j4nk/open-card-table/commit/f254c7580d8639b840e955444b6df1f302f7bba4
j4nk closed this issue 2023-08-08 13:08:40 -04:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: j4nk/open-card-table#7
No description provided.