What can we realistically do while waiting for a reply from a node? #1416
-
@hanskroner 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. Do we have to do sequential communication like this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
While I'm sorry to hear that, it sounds like lesson learned - that ACK->RES->REQ cycle is sacred.
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…