cf_client_set_wire¶
Category: net
GitHub: cute_networking.h
Routes all of a client's traffic through a CF_ClientWire instead of a UDP socket.
Remarks¶
Call after cf_make_client and before cf_client_connect. The wire struct is copied;
whatever udata points at must outlive the client.