|
libosmocore 1.11.0.52-28973f
Osmocom core library
|
Go to the source code of this file.
Data Structures | |
| struct | osmo_tcp_stats_config |
Macros | |
| #define | TCP_STATS_DEFAULT_INTERVAL 0 /* secs */ |
| #define | TCP_STATS_DEFAULT_BATCH_SIZE 5 /* sockets per interval */ |
Functions | |
| int | osmo_stats_tcp_osmo_fd_register (const struct osmo_fd *fd, const char *name) |
| Register an osmo_fd for TCP stats monitoring. More... | |
| int | osmo_stats_tcp_osmo_fd_unregister (const struct osmo_fd *fd) |
| Register an osmo_fd for TCP stats monitoring. More... | |
| int | osmo_stats_tcp_set_interval (int interval) |
| Set the polling interval (common for all sockets) More... | |
Variables | |
| struct osmo_tcp_stats_config * | osmo_tcp_stats_config |
| #define TCP_STATS_DEFAULT_BATCH_SIZE 5 /* sockets per interval */ |
| #define TCP_STATS_DEFAULT_INTERVAL 0 /* secs */ |