Dmytro Podgornyi

Results 22 comments of Dmytro Podgornyi

Possible improvement: Expand configure option `--enable-extra-stats` to `--with-stats-level=`. The `level` must reflect the following values: * off -- don't collect and don't display any statistics, should save CPU cycles when...

libstrophe support has been merged

Thank you for the guide!

Support of SPX was removed in Linux 2.5.31 (in 2002). I doubt that old code can be simply adopted as is and may require implementation from scratch. Unfortunately, I cannot...

> Correct me if I'm wrong, but wouldn't it be possible to implement SPX sockets entirely in userland by just creating an IPX socket with the correct packet type and...

Closing until extra API cleanup is finished and all the issues are addressed

> Thanks for doing this. > > FWIW I tried using it and it seems to work pretty well, now that the xlio socket API can be used end to...

As we discussed offline, The "timer thread" shouldn't exist and running timers outside the internal thread (event handler thread) is problematic indeed. In the past, we removed such a flow...