VPN over Shadowsocks, three providers added, still unstable (testing, not for production)
This commit is contained in:
parent
7c46e42820
commit
db527be97c
575 changed files with 991 additions and 40930 deletions
16
client/platforms/ios/sspacket.h
Normal file
16
client/platforms/ios/sspacket.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef sspacket_h
|
||||
#define sspacket_h
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface SSPacket : NSObject
|
||||
@property (readonly, nonatomic) NSData *vpnData;
|
||||
@property (readonly, nonatomic) NSData *ssPacketFlowData;
|
||||
@property (readonly,nonatomic) NSNumber *protocolFamily;
|
||||
|
||||
- (instancetype)init NS_UNAVAILABLE;
|
||||
- (instancetype)initWithSSData:(NSData *)data NS_DESIGNATED_INITIALIZER;
|
||||
- (instancetype)initWithPacketFlowData:(NSData *)data protocolFamily:(NSNumber *)protocolFamily NS_DESIGNATED_INITIALIZER;
|
||||
@end
|
||||
|
||||
#endif /* sspacket_h */
|
||||
Loading…
Add table
Add a link
Reference in a new issue