Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
NativeConnection Struct Reference

Accepted client connection and its resolved transport metadata. More...

#include <native_connection.h>

Data Fields

int fd
NativeTransportType transport_type
char * peer_info
char * local_info

Detailed Description

Accepted client connection and its resolved transport metadata.

Definition at line 24 of file native_connection.h.

Field Documentation

◆ fd

◆ local_info

char* NativeConnection::local_info

Printable local endpoint description.

Definition at line 28 of file native_connection.h.

Referenced by native_connection_init(), native_connection_local_info(), native_connection_populate_endpoint_info(), and native_connection_reset().

◆ peer_info

char* NativeConnection::peer_info

Printable remote endpoint description.

Definition at line 27 of file native_connection.h.

Referenced by native_connection_init(), native_connection_peer_info(), native_connection_populate_endpoint_info(), and native_connection_reset().

◆ transport_type

NativeTransportType NativeConnection::transport_type

The documentation for this struct was generated from the following file: