Skip to content

Ports configured for QUIC should not listen for TCP #4410

Description

@maskit

QUIC uses only UDP but this configuration below also opens sockets for TCP:

4433:quic 4433:quic:ipv6
$ netstat -an | grep 4433
tcp        0      0 0.0.0.0:4433            0.0.0.0:*               LISTEN     
tcp6       0      0 :::4433                 :::*                    LISTEN     
udp        0      0 0.0.0.0:4433            0.0.0.0:*                          
udp6       0      0 :::4433                 :::*

It happens only if I run traffic_server with trafficserver start.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

  • Status
    Done

Relationships

None yet

Development

No branches or pull requests

Issue actions