commit | b5905dca1a9707ea95135f3e222fdc91d9999a00 | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Tue Jun 12 11:29:32 2018 -0700 |
committer | Hall Liu <hallliu@google.com> | Tue Jun 12 11:29:32 2018 -0700 |
tree | 4ade02e2705ebab14b809560a28d42768a00c009 | |
parent | 1d36da10610408b826f691805022b18889ffdfb3 [diff] |
Don't set RTT property if original connection null When mOriginalConnection is null, don't set the RTT property even if we get an onRttInitiated. Since mOriginalConnection is used to compute the RTT property, this'll always set the RTT property to false. The property will be set once mOriginalConnection gets set. Change-Id: Id9c685458f5267bd23bdcb87b7690136db023dd5 Fixes: 80269050 Test: manual