ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
Loading...
Searching...
No Matches
Endpoint.h File Reference

Network endpoint definitions for TCP and UDP connections. More...

Detailed Description

Network endpoint definitions for TCP and UDP connections.

This file provides lightweight structures for representing network endpoints (IP address and port combinations) used throughout the networking layer.

Supports:

  • Generic TCP/IP endpoints (Endpoint)
  • UDP-specific endpoints with local binding (UdpEndpoint)
  • Validity checking and comparison operations
#include <string>
#include <cstdint>

Classes

struct  b2bits::net::Endpoint
 Generic network endpoint (IP address and port). More...
struct  b2bits::net::UdpEndpoint
 UDP-specific endpoint with local binding address. More...

Namespaces

namespace  b2bits
namespace  b2bits::net