ipcfg_bind_dhcp_wait

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ipcfg_bind_dhcp_wait

Jump to solution
577 Views
Mike_d
Contributor IV

Where is it that the timeout for trying to get a dhcp address can be changed?

0 Kudos
1 Solution
368 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Michael:

Do you mean the  dhcp termination timeout? if yes, it is 60s.

ipcfg_bind_dhcp_wait is a blocking function, which means it does not return until ipcfg_bind_dhcp is finished, and ipcfg_bind_dhcp timeout value is 60s.

Please check the macro in rtcsglob.c

uint32_t _RTCS_dhcp_term_timeout = 60;

Regards

Daniel

View solution in original post

1 Reply
369 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Michael:

Do you mean the  dhcp termination timeout? if yes, it is 60s.

ipcfg_bind_dhcp_wait is a blocking function, which means it does not return until ipcfg_bind_dhcp is finished, and ipcfg_bind_dhcp timeout value is 60s.

Please check the macro in rtcsglob.c

uint32_t _RTCS_dhcp_term_timeout = 60;

Regards

Daniel