I need some support in DHCP Lease Timeout concepts:
1. I have got an IP address Dynamically.
2. I am connected to the required server, but my connection gets closed after 1.05 hour,
3. CC3300 module will be sending data to server every 3 minutes, and module receives Acknowledgement from Server each time without fail,
4. Under such condition the Server Connection get closed after 1 hour or so.
5. I have used netapp_timeout_values( 0, 3600 secs, 10 secs, 3600 secs), -->( DHCP time is 0, and Socket Inactivity as 1 hour).
6. Does my socket gets hanged/ closed bcos of socket inactivity state, or bcos of DHCP lease issue. Might not be because of Socket Incativity since i am sending data every 3 mins.
7, Should I manually renew the DHCP lease timeout if i am acting as a client.
Thanks
Amit