Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

quic: client should work when receives invalid preferred address #155

Closed
wants to merge 1 commit into from

Commits on Oct 7, 2019

  1. quic: client should work when receives invalid preferred address

    If we set `preferredAddressPolicy` to `accept` on `QuicClientSession`
    but receives an invalid preferred address, e.g. we don't define
    `preferredAddress` on the server, the `QuicClientSession` should still
    work. Before this PR, the included test will cause segmetation fault.
    oyyd committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    601ff13 View commit details
    Browse the repository at this point in the history