]> git.ipfire.org Git - thirdparty/hostap.git/commit
Increase channel delay to 100ms
authorIrfan Sheriff <isheriff@google.com>
Wed, 17 Oct 2012 04:40:46 +0000 (21:40 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 26 Oct 2014 16:08:58 +0000 (18:08 +0200)
commit8fb4647b1a7a730366d57c0fc2894b0069840167
tree26250a1281b59a040acd5ba20926bbcfc20fbfda
parent8e62e9f1d9c7b20bee04dfa99504d9ab57034e2c
Increase channel delay to 100ms

There is an inherent flaw in the p2p protocol design where an ACK loss right
before channel switch leads to peers being out of sync.

A work around of 50ms was added persistent case, but it turns out in heavy lossy
conditions that is not enough. Increase it to 100ms.

Experimental evaluation showed 100ms improves the reliability of p2p persistence
reinvocation.

Bug: 7359500
Change-Id: I73ab1b64e32b87101e95b0e487c90818c2c0aaf3
wpa_supplicant/p2p_supplicant.c