commit | 8525e564f5edc09d129df1e3cccbb546b8851e4f | [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 | a4f05a543a180558bb17857ca91a3b0dc4884ca4 [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