ipcfg_bind_dhcp_wait

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
591件の閲覧回数
Mike_d
Contributor IV

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

0 件の賞賛
1 解決策
382件の閲覧回数
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

元の投稿で解決策を見る

1 返信
383件の閲覧回数
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