join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::IoOperation::ConnectData Struct Reference

payload for connect. More...

#include <io_operation.hpp>

Public Attributes

int fd
 file descriptor.
 
const sockaddr * addr
 remote address.
 
socklen_t addrlen
 address length.
 

Detailed Description

payload for connect.

Member Data Documentation

◆ addr

const sockaddr* join::IoOperation::ConnectData::addr

remote address.

◆ addrlen

socklen_t join::IoOperation::ConnectData::addrlen

address length.

◆ fd

int join::IoOperation::ConnectData::fd

file descriptor.


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