Helper class (and thread) that listens on a registered interface for new connections. More...
#include <TCPConvergenceLayer.h>
Public Member Functions | |
Listener (TCPConvergenceLayer *cl) | |
void | accepted (int fd, in_addr_t addr, u_int16_t port) |
Public Attributes | |
TCPConvergenceLayer * | cl_ |
The TCPCL instance. |
Helper class (and thread) that listens on a registered interface for new connections.
Definition at line 100 of file TCPConvergenceLayer.h.
dtn::TCPConvergenceLayer::Listener::Listener | ( | TCPConvergenceLayer * | cl | ) |
Definition at line 248 of file TCPConvergenceLayer.cc.
void dtn::TCPConvergenceLayer::Listener::accepted | ( | int | fd, | |
in_addr_t | addr, | |||
u_int16_t | port | |||
) |
Definition at line 258 of file TCPConvergenceLayer.cc.
References cl_, and dtn::TCPConvergenceLayer::default_link_params_.