src/event/quic/ngx_event_quic_ssl.h - nginx source code

Macros defined

Source code


  1. /*
  2. * Copyright (C) Nginx, Inc.
  3. */


  4. #ifndef _NGX_EVENT_QUIC_SSL_H_INCLUDED_
  5. #define _NGX_EVENT_QUIC_SSL_H_INCLUDED_


  6. #include <ngx_config.h>
  7. #include <ngx_core.h>

  8. ngx_int_t ngx_quic_init_connection(ngx_connection_t *c);

  9. ngx_int_t ngx_quic_handle_crypto_frame(ngx_connection_t *c,
  10.     ngx_quic_header_t *pkt, ngx_quic_frame_t *frame);

  11. #endif /* _NGX_EVENT_QUIC_SSL_H_INCLUDED_ */