Hi Aleks, > Le 12 nov. 2018 à 18:02, Aleksandar Lazic <[email protected]> a écrit : > > Hi Manu. > > Am 12.11.2018 um 16:19 schrieb Emmanuel Hocdet: >> >> Hi, >> >> The primary (major) step should be to deal with QUIC transport (over UDP). >> At the same level as TCP for haproxy? >> Willy should already have a little idea on it ;-) > > Is then the conclusion for that that haproxy will be able to proxy/load > balance UDP?
The only conclusion is that haproxy should be able to proxy QUIC. From wiki: « QUIC, Quick UDP Internet Connections, aims to be nearly equivalent to an independent TCP <https://en.wikipedia.org/wiki/Transmission_Control_Protocol> connection » It could be see as TCP/2, the connection part is provided by the application. For example, the congestion avoidance algorithms must be provide into the application space at both endpoints. A very cool feature is that QUIC can support IP migration. ++ Manu

