Stream::ConnectAccept Struct Reference
Accept a connection. More...
#include <StreamInterface.h>
Data Fields | |
| const struct sockaddr * | daddr |
| socklen_t | dalen |
| Destination address. | |
Detailed Description
Accept a connection.
This is sent to the NEW provider If the connection is to be refused, then a DisconnectRequest is sent.
Definition at line 76 of file StreamInterface.h.
Field Documentation
◆ daddr
| const struct sockaddr* Stream::ConnectAccept::daddr |
Definition at line 77 of file StreamInterface.h.
◆ dalen
| socklen_t Stream::ConnectAccept::dalen |
Destination address.
Definition at line 78 of file StreamInterface.h.
The documentation for this struct was generated from the following file: