You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport: Allow for up to 5 retries when TX ring is full
Testing on VirtualBox showed that TX ring can sometimes become full between
consecutive requests. This is often happening when entiring YT video page
where Odyssey makes a lot of requests in short amount of time. In such
case give up to 5 iterations of 20ms for the (emulated) card to send the
data before giving up.
Problem is also triggered by opening two shells and doing ping -f <router ip>
in each of them.
Backport: Support registering atexit() functions before CrtProgCtx is…
… created
This can happen in C++ when there is a global object which creates a
static object in its constructor. Creation of global object is run in
CTORS set and static object destructor is registered with atexit.
This all happens before __progonly_program_startup had a chance to run
and create CrtProgCtx
Backport: Extend CreateImage hack
It now support case where address differ in number of digits and falls
back to not displaying any images instead of displaying broken text when
the hack fails