You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I need to implement a reliable transmission recently, but the transport is provided by me. I currently use a simple timeout retransmission mechanism, but the performance is not very good, and the simple implementation cannot be used in production.
I saw that smoltcp implements tcp. I used smoltcp to parse ip packets before, but now I hope to reuse the logic of reliable transmission at the tcp layer. Is this possible? Or how can I do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I need to implement a reliable transmission recently, but the transport is provided by me. I currently use a simple timeout retransmission mechanism, but the performance is not very good, and the simple implementation cannot be used in production.
I saw that smoltcp implements tcp. I used smoltcp to parse ip packets before, but now I hope to reuse the logic of reliable transmission at the tcp layer. Is this possible? Or how can I do this?
Beta Was this translation helpful? Give feedback.
All reactions