comparison src/event/quic/ngx_event_quic_connection.h @ 9144:bba136612fe4

QUIC: removed path->limited flag. Its value is the opposite of path->validated.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 06 Jul 2023 17:49:01 +0400
parents 7da4791e0264
children 58afcd72446f
comparison
equal deleted inserted replaced
9143:48691bab4474 9144:bba136612fe4
99 uint64_t seqnum; 99 uint64_t seqnum;
100 ngx_str_t addr_text; 100 ngx_str_t addr_text;
101 u_char text[NGX_SOCKADDR_STRLEN]; 101 u_char text[NGX_SOCKADDR_STRLEN];
102 unsigned validated:1; 102 unsigned validated:1;
103 unsigned validating:1; 103 unsigned validating:1;
104 unsigned limited:1;
105 }; 104 };
106 105
107 106
108 struct ngx_quic_socket_s { 107 struct ngx_quic_socket_s {
109 ngx_udp_connection_t udp; 108 ngx_udp_connection_t udp;