#include <yarp/conf/system.h>
#include <yarp/os/impl/TcpAcceptor.h>
#include <yarp/os/impl/PlatformSysWait.h>
#include <yarp/os/impl/PlatformSignal.h>
#include <yarp/os/impl/LogComponent.h>
Go to the source code of this file.
Macros | |
#define | BACKLOG 1 |
Functions | |
void | sigchld_handler (int) |
An error handler that reaps the zombies. | |
#define BACKLOG 1 |
Definition at line 20 of file TcpAcceptor.cpp.
An error handler that reaps the zombies.
Definition at line 29 of file TcpAcceptor.cpp.