Class QuicPathEvent.ReusedSourceConnectionId

    • Constructor Detail

      • ReusedSourceConnectionId

        public ReusedSourceConnectionId​(long seq,
                                        InetSocketAddress oldLocal,
                                        InetSocketAddress oldRemote,
                                        InetSocketAddress local,
                                        InetSocketAddress remote)
        The stack observes that the Source Connection ID with the given sequence number, initially used by the peer over the first pair of addresses, is now reused over the second pair of addresses.
        Parameters:
        seq - sequence number
        oldLocal - old local address.
        oldRemote - old remote address.
        local - local address.
        remote - remote address.