Git Product home page Git Product logo

Comments (3)

marten-seemann avatar marten-seemann commented on September 24, 2024

If I understand correctly, what you're referring to is QUIC Connection Migration. Unfortunately, it's a little bit more complicated than switching out the underlying net.PacketConn, as you 1. need to validate that the new path actually works and 2. need to deal with a path that might have vastly different parameters in terms of RTT and bandwidth.

See #234 and #3990 for more details.

from quic-go.

RithvikChuppala avatar RithvikChuppala commented on September 24, 2024

Thanks for the quick reply! Yes, I believe Connection Migration would be the correct terminology for what I intend to accomplish. I'm working on research applications using QUIC-go in a controlled environment; as such, I can guarantee in my setting that the new path does work and that the new path can use the same (or any arbitrary) initial parameters for RTT and bandwidth (which I assume contributes mainly to congestion control). With these controls in place, is it possible to plug in a different net.PacketConn with the current API?

from quic-go.

marten-seemann avatar marten-seemann commented on September 24, 2024

net.PacketConn is an interface, so you can write your own implementation that switches from one connection to the other, without any API changes in quic-go. Unfortunately, this will disable a number of optimizations that only work on actual UDP connections though (ECN and GSO, for example), which are pretty crucial if you're aiming for high throughput.

from quic-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.