Skip to content

norm/norp over multipath for low latency bursty traffic #55

Answered by bebopagogo
iofo asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using NORP, it uses NORM with its NORM_OBJECT_STREAM mode and provides reliable, ordered byte-stream delivery to proxy TCP connections. NORM's reliability protocol handles out of order delivery well with respect to its ARQ operation. However, NORP uses the "NORM-CC" TCP-friendly congestion control option by default. Similar to TCP, it responds to missing packets (assuming congestion has occurred) by backing off its transmit rate. So, with your hybrid low-latency/high-throughput path adaptation, the NORM receiver may receive out-of-order packets over the low-latency path when some group of packets is shifted over to your higher-latency, higher-throughput path and routing shifts …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iofo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants