| Index: webrtc/p2p/base/turnport.h
|
| diff --git a/webrtc/p2p/base/turnport.h b/webrtc/p2p/base/turnport.h
|
| index 4d83806a37126f96fad74abc83f942d494b79630..c05364d4ab26f77cc3b76763a10bd1bf178e5c8d 100644
|
| --- a/webrtc/p2p/base/turnport.h
|
| +++ b/webrtc/p2p/base/turnport.h
|
| @@ -232,6 +232,7 @@ class TurnPort : public Port {
|
| const rtc::PacketOptions& options);
|
| void UpdateHash();
|
| bool UpdateNonce(StunMessage* response);
|
| + void ResetNonce();
|
|
|
| bool HasPermission(const rtc::IPAddress& ipaddr) const;
|
| TurnEntry* FindEntry(const rtc::SocketAddress& address) const;
|
|
|