2018-08-23 08:19:25 +00:00
|
|
|
//
|
|
|
|
// ReplayProtector.h
|
2018-08-23 10:07:55 +00:00
|
|
|
// TunnelKit
|
2018-08-23 08:19:25 +00:00
|
|
|
//
|
|
|
|
// Created by Davide De Rosa on 2/17/17.
|
|
|
|
// Copyright © 2018 London Trust Media. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
@interface ReplayProtector : NSObject
|
|
|
|
|
|
|
|
- (BOOL)isReplayedPacketId:(uint32_t)packetId;
|
|
|
|
|
|
|
|
@end
|