|
GRPC C++
1.26.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/iomgr/port.h"#include <grpc/support/time.h>#include "src/core/lib/gprpp/memory.h"#include "src/core/lib/gprpp/optional.h"#include "src/core/lib/iomgr/error.h"#include "src/core/lib/iomgr/internal_errqueue.h"Go to the source code of this file.
Data Structures | |
| struct | grpc_core::ConnectionMetrics |
| struct | grpc_core::Timestamp |
| struct | grpc_core::Timestamps |
| class | grpc_core::TracedBuffer |
| TracedBuffer is a class to keep track of timestamps for a specific buffer in the TCP layer. More... | |
Namespaces | |
| grpc_core | |
| Internal thread interface. | |
Functions | |
| void | grpc_core::grpc_tcp_set_write_timestamps_callback (void(*fn)(void *, grpc_core::Timestamps *, grpc_error *error)) |
| Sets the callback function to call when timestamps for a write are collected. More... | |