#pragma once #include #include #include #include "evt_core.h" #include "utils.h" struct algo_skel { struct evt_core_cat on_udp_read; struct evt_core_cat on_tcp_read; struct evt_core_cat on_udp_write; struct evt_core_cat on_tcp_write; struct evt_core_cat on_tcp_co; }; void algo_naive(struct algo_skel* as);