#include <TCPConvergenceLayer.h>
Definition at line 98 of file TCPConvergenceLayer.h.
Public Member Functions | |
Listener (TCPConvergenceLayer *cl) | |
void | accepted (int fd, in_addr_t addr, u_int16_t port) |
Virtual callback hook that gets called when new connections arrive. | |
Public Attributes | |
TCPConvergenceLayer * | cl_ |
The TCPCL instance. |
dtn::TCPConvergenceLayer::Listener::Listener | ( | TCPConvergenceLayer * | cl | ) |
void dtn::TCPConvergenceLayer::Listener::accepted | ( | int | fd, | |
in_addr_t | addr, | |||
u_int16_t | port | |||
) | [virtual] |
Virtual callback hook that gets called when new connections arrive.
Implements oasys::TCPServerThread.
Definition at line 262 of file TCPConvergenceLayer.cc.
References cl_, dtn::TCPConvergenceLayer::default_link_params_, intoa, and log_debug.