]> git.kaiwu.me - nginx.git/commit
Added processing of client transport parameters.
authorVladimir Homutov <vl@nginx.com>
Sat, 21 Mar 2020 17:51:59 +0000 (20:51 +0300)
committerVladimir Homutov <vl@nginx.com>
Sat, 21 Mar 2020 17:51:59 +0000 (20:51 +0300)
commit4490aefa703204129bf4becbcd5a5251f59abef7
treeadf77da51e66cb6b18042cf55efce5edcd556392
parentde095d5f1dfa4beebaef5e05331da168605e162f
Added processing of client transport parameters.

note:
 + parameters are available in SSL connection since they are obtained by ssl
   stack

quote:
   During connection establishment, both endpoints make authenticated
   declarations of their transport parameters.  These declarations are
   made unilaterally by each endpoint.

and really, we send our parameters before we read client's.

no handling of incoming parameters is made by this patch.
src/event/ngx_event_quic.c
src/event/ngx_event_quic_transport.c
src/event/ngx_event_quic_transport.h