summaryrefslogtreecommitdiff
path: root/chromium/net/quic/platform/README.md
blob: 6538de108cf7a507a01b6a7573f8bd158b9f9067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# QUIC platform

This platform/ directory exists in order to allow QUIC code to be built on
numerous platforms. It contains two subdirectories:

-   api/ contains platform independent class definitions for fundamental data
    structures (e.g., IPAddress, SocketAddress, etc.).
-   impl/ contains platform specific implementations of these data structures.
    The content of files in impl/ will vary depending on the platform.

Code in the parent quic/ directory should not depend on any platform specific
code, other than that found in impl/.