commit | c855bddc67f218af09c742527f423075c0017aa8 | [log] [tgz] |
---|---|---|
author | daisuke niwa <daisuke.x.niwa@sonymobile.com> | Fri Feb 27 09:49:39 2015 +0100 |
committer | Zoran Jovanovic <zoran.jovanovic@sonymobile.com> | Fri Feb 27 09:50:01 2015 +0100 |
tree | 20984189f4e1157e9c9126e7cc31048936da852e | |
parent | be9712156bdcf8cff774a78a3afdb0c562998c73 [diff] |
Improving the time to wait for assigning IP address Framework always spends 600msec for getting IP address. DhcpStateMachine.runDhcp calls NetworkUtils.stopDhcp. After that, it calls NetworkUtils.runDhcp. In this case, wait_for_property of dhcp_utils.c calls three times. At least three times, usleep is called. So move usleep statement after property_get statement. Change-Id: I77ffb9a5a64875b47bb528b494bb60b68c1acb5a