Thanks for your advice but I still can't change value of this preference. I wrote: errGet = NetLibIFGet(NetRefNum, 0, &ifCreator, &ifInstance); word = 180; err = NetLibIFSettingSet(NetRefNum, ifCreator, ifInstance, netIFSettingInactivityTimeout, &word, buflen);
The value was changed but after this in details->network->preferences the idle timeout still has the old value. Thanks in ahead, Monika Zakrzewska -----Original Message----- From: Steve Mann [mailto:steve@;slorevo.com] Sent: Wednesday, November 06, 2002 5:57 PM To: Palm Developer Forum Subject: Re: idle timeout >Do somebody can tell me how to change value of idle timeout in details in >network preferences? You should take a look at NetLibIFSettingSet and netIFSettingInactivityTimeout. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
