YARP
Yet Another Robot Platform
TcpAcceptor.cpp File Reference
+ Include dependency graph for TcpAcceptor.cpp:

Go to the source code of this file.

Macros

#define BACKLOG   1
 

Functions

void sigchld_handler (int)
 An error handler that reaps the zombies. More...
 

Macro Definition Documentation

◆ BACKLOG

#define BACKLOG   1

Definition at line 23 of file TcpAcceptor.cpp.

Function Documentation

◆ sigchld_handler()

void sigchld_handler ( int  )

An error handler that reaps the zombies.

Definition at line 32 of file TcpAcceptor.cpp.