GAS server: Increase query timeout to 60 seconds for DPP
DPP Enrollee might wait for the configuration for 60 seconds, so increase the DPP Configurator timeout for the GAS server operation to 60 seconds to cover that full wait time. This is needed for cases where user interaction can take significant amount of time before the configuration response can be generated. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
a6d157b6f6
commit
07e26b2926
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
#define MAX_ADV_PROTO_ID_LEN 10
|
||||
#define GAS_QUERY_TIMEOUT 10
|
||||
#define GAS_QUERY_TIMEOUT 60
|
||||
|
||||
struct gas_server_handler {
|
||||
struct dl_list list;
|
||||
|
|
Loading…
Reference in a new issue