mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
0ac1adfcdf
When rilproxy is not ready for accepting connections, b2g might block forever on connect. By setting the socket to non-blocking mode, connect will fail and the task will return into the queue for later retry. We see this problem on the PandaBoard, where no RIL is available and rilproxy gets blocked by continuously failing to connect to rild. A second fix should also go into rilproxy. --HG-- extra : rebase_source : 25617875c9cb12e1259c0f1439aaf5d7c778619c |
||
---|---|---|
.. | ||
Makefile.in | ||
Ril.cpp | ||
Ril.h |