Sign in
quiche
/
quiche
/
d08b82c14c8fbd251974170be797e515851f01ad
/
quic
/
tools
/
quic_transport_simple_server_session.cc
2b0ab24
Support datagrams in QuicTransport.
by vasilvv
· 5 years ago
5015e2e
Use quiche string libraries in third_party/quic/tools
by QUICHE team
· 5 years ago
6aefa0b
Stop using "delete connection()" in QuicSession classes and use DeleteConnection() instead, which prevents double deletion and sets connection_ to nullptr.
by ianswett
· 5 years ago
a9101d1
Remove unnecessary member connection_ in QuicTransportSimpleServerSession.
by renjietang
· 5 years ago
d7692cd
Use client-supplied path instead of external configuration to switch between ECHO and DISCARD mode in QuicTransportSimpleServer
by vasilvv
· 5 years ago
7857189
Parse the path component of the indication on the server.
by vasilvv
· 5 years ago
50c6a37
gfe-relnote: (n/a) Do not call Initialize() in QuicTransportSimpleServerSession's constructor. Not used in production, not protected.
by wub
· 5 years ago
d88f162
Add a simple QuicTransport server for testing and demo purposes.
by vasilvv
· 5 years ago