s2n-quic-platform 0.88.0

Internal crate used by s2n-quic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

#[allow(non_camel_case_types)]
type c_int = std::os::raw::c_int;

pub mod gro;
pub mod gso;
pub mod pktinfo;
pub mod pktinfo_v4;
pub mod pktinfo_v6;
pub mod tos;
pub mod tos_v4;
pub mod tos_v6;

pub use gso::Gso;