JFreegman / toxic

A Tox-based instant messaging and video chat client.
https://tox.chat
GNU General Public License v3.0
1.2k stars 153 forks source link

netprof branch does not compile #630

Closed emdee-is closed 1 year ago

emdee-is commented 2 years ago
toxic_netprof/src/netprof.c:295:75: error: 'TOX_NETPROF_PACKET_TYPE_TCP' undeclared (first use in this function)
  295 |     const uint64_t TCP_bytes_recv = tox_netprof_get_packet_total_bytes(m, TOX_NETPROF_PACKET_TYPE_TCP,

Is this branch salvageable? Mergeable? Advisable?

JFreegman commented 2 years ago

You need to compile it against my toxcore netprof branch