Closed tarekziade closed 10 years ago
notice that you need to change htons() to atoi()
Mmm.. I get segfaults running PyTox on Ubuntu - looks like there are deeper issues than just this change. Do you know what is the last known toxcore version to work with PyTox ?
tox_new
now takes a struct as argument instead of an uint8_t
, if ipv6 was enabled before (passing 1 as argument) the application will crash
Thanks for reporting. Fixing it now.
I get a compilation error when compliing Pytox with the latest toxcore:
This is because it has just changed in toxcore: https://github.com/irungentoo/toxcore/commit/7557b92fc9699e0c762e627f97b4d997506ddedf
the ipv6enabled flag is gone. removing it in tox.c fixes the issue