Skip to content

What can we realistically do while waiting for a reply from a node? #1416

Answered by hanskroner
AlCalzone asked this question in General
Discussion options

You must be logged in to vote

The blue blocks are fixed because we need to wait for the REQ->, <-RES, <-REQ cycle to be completed before we send the next. I've learned this the hard way.

While I'm sorry to hear that, it sounds like lesson learned - that ACK->RES->REQ cycle is sacred.

I've recently increased the default wait time for a node response from 1500ms to 10000ms to give slow nodes a chance, so the idle time (red) while communicating with non-responsive nodes is quite large.

You can get a little more "scientific" than this, though it might be something better labeled as an improvement or optimization to come later. Since you know the length of the frame you're sending, you can use the timing in the ITU G.9…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AlCalzone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants