Stream::ListenRequest Struct Reference

Listen request. More...

#include <StreamInterface.h>

Data Fields

const struct sockaddr * laddr
 
socklen_t lalen
 Listen address.
 
int backlog
 Length of listen address.
 

Detailed Description

Listen request.

Definition at line 65 of file StreamInterface.h.

Field Documentation

◆ laddr

const struct sockaddr* Stream::ListenRequest::laddr

Definition at line 66 of file StreamInterface.h.

◆ lalen

socklen_t Stream::ListenRequest::lalen

Listen address.

Definition at line 67 of file StreamInterface.h.

Referenced by Stream::SocketPoll::actualDeliver().

◆ backlog

int Stream::ListenRequest::backlog

Length of listen address.

Definition at line 68 of file StreamInterface.h.

Referenced by Stream::SocketPoll::actualDeliver().


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

All rights reserved © 2002 - 2024 Isode Ltd.