android_system_core/libnetutils
daisuke niwa c855bddc67 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
2015-02-27 09:50:01 +01:00
..
Android.mk libnetutils: Turn on -Werror 2014-05-23 07:49:29 -07:00
dhcp_utils.c Improving the time to wait for assigning IP address 2015-02-27 09:50:01 +01:00
dhcpclient.c Move sprintf to snprintf. 2015-02-17 19:27:51 -08:00
dhcpmsg.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
dhcpmsg.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
ifc_utils.c Revert "Remove netcfg's unused options." 2015-02-03 19:56:35 +00:00
NOTICE Automated import from //branches/master/...@140824,140824 2009-03-24 18:36:50 -07:00
packet.c Add missing <malloc.h> and <string.h> includes. 2015-01-28 11:37:57 -08:00
packet.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00