#include "precompiled.hpp"
#include "poller.hpp"
#include "polling_util.hpp"
#include "signaler.hpp"
#include "likely.hpp"
#include "stdint.hpp"
#include "config.hpp"
#include "err.hpp"
#include "fd.hpp"
#include "ip.hpp"
#include "tcp.hpp"
#include <unistd.h>
#include <netinet/tcp.h>
#include <sys/types.h>
#include <sys/socket.h>
Go to the source code of this file.
◆ close_wait_ms()
static int close_wait_ms |
( |
int |
fd_, |
|
|
unsigned int |
max_ms_ = 2000 |
|
) |
| |
|
static |
◆ sleep_ms()
static int sleep_ms |
( |
unsigned int |
ms_ | ) |
|
|
static |