private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

Fix IPv4 loopback address #1495

Closed alexrabi closed 1 year ago

alexrabi commented 1 year ago

Seems like the IPv4 address used by the picoquic_store_loopback_addr helper function was incorrectly using 128.0.0.1 rather than 127.0.0.1. This will fix that.