radext-wg / draft-ietf-radext-radiusdtls-bis

Other
1 stars 2 forks source link

Add / update text on UDP -> TCP and TCP -> UDP proxying issues #2

Open alandekok opened 4 months ago

alandekok commented 4 months ago

6613 etc. discuss UDP to TCP, but not TCP to UDP.

Plus, there's the whole issue of Accounting-Request and Acct-Delay-Time being updated on retransmits. Which contributes to congestive collapse when doing UDP to TCP proxying.

For TCP to UDP, it may be rarer, but it's possible. Should the proxy then take care of retransmitting packets over UDP?

I need to suggest some text.

alandekok commented 4 months ago

RFC 2866 says:

 A forwarding server may either perform its forwarding function in a
   pass through manner, where it sends retransmissions on as soon as it
   gets them, or it may take responsibility for retransmissions, for
   example in cases where the network link between forwarding and remote
   server has very different characteristics than the link between NAS
   and forwarding server.

Alex Clouter also mentioned we have the same issue on TCP -> TCP proxying, if the two connections have different throughputs