curl/lib/vquic
Daiki Ueno 0cbd5d5c4f
vquic/ngtcp2.h: define local_addr as sockaddr_storage
This field needs to be wide enough to hold sockaddr_in6 when
connecting via IPv6.  Otherwise, ngtcp2_conn_read_pkt will drop the
packets because of the address mismatch:
  I00000022 [...] con ignore packet from unknown path

We can safely assume that struct sockaddr_storage is available, as it
is used in the public interface of ngtcp2.

Closes #6250
2020-11-26 23:31:42 +01:00
..
ngtcp2.c vquic/ngtcp2.h: define local_addr as sockaddr_storage 2020-11-26 23:31:42 +01:00
ngtcp2.h vquic/ngtcp2.h: define local_addr as sockaddr_storage 2020-11-26 23:31:42 +01:00
quiche.c infof/failf calls: fix format specifiers 2020-11-24 13:18:41 +01:00
quiche.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
vquic.c curl.se: new home 2020-11-04 23:59:47 +01:00
vquic.h curl.se: new home 2020-11-04 23:59:47 +01:00