git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@166 00440858-1255-0410-a3e6-75ea37f81c3a

This commit is contained in:
lahiker42 2009-02-10 01:28:33 +00:00
parent df40d89ca0
commit b826c3c569

View File

@ -183,7 +183,7 @@ int main()
NULL);
assert (remote_service != NULL);
client = (ProtobufC_RPC_Client *) remote_service;
protobuf_c_rpc_client_set_autoretry_period (client, 10);
protobuf_c_rpc_client_set_autoreconnect_period (client, 10);
is_done = 0;
protobuf_c_dispatch_add_timer_millis (protobuf_c_dispatch_default (),
250, set_boolean_true, &is_done);