/workspaces/astro/sol3-sdk/cpp/sol3/net/tcp_connection_id.h Source File

Space-ng SDK: /workspaces/astro/sol3-sdk/cpp/sol3/net/tcp_connection_id.h Source File
Space-ng SDK
tcp_connection_id.h
Go to the documentation of this file.
1 // Copyright (c) Space-ng, inc. All rights reserved.
2 
3 #pragma once
4 
5 #include <cstdint>
6 
7 namespace sol3::net {
8 
10 using TcpConnectionId = uint64_t;
11 
12 } // namespace sol3::net
Definition: buffer_pool.h:12
uint64_t TcpConnectionId
A unique identifier for a TCP connection.
Definition: tcp_connection_id.h:10