mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-18 20:26:17 +00:00
The idea here is to have a `Network` object that contains functions for network operations and an optional userdata object that can manage those network operations. This allows e.g. a fuzzer to replace the network functions with no-ops or fuzzer inputs, reducing the need for `#ifdef`s.