Embedded TCP/IP stack
4.7.0
|
typedef void(* fnet_bench_srv_callback_session_begin_t) (fnet_bench_srv_desc_t desc, struct fnet_sockaddr address, void *cookie) |
Benchmark server event handler callback function prototype, that is called when the benchmark server has started a new benchmarking session.
desc | Benchmark server descriptor. |
address | Address of the remote client at the other end of the connection. |
cookie | User-application specific parameter. It's set during the fnet_bench_srv_set_callback_session_begin() call. |
Definition at line 88 of file fnet_bench_srv.h.