mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
OpeVPNTransportStats lastPacketReceived NSInteger -> NSDate (#21)
* Add NSCopying, NSSecureCoding Support to Informational Classes * Remove Redundant Copies * Revert out-of-context typo corrections * Revert out-of-context changes * Convert lastPacketReceived to NSDate * Add NSCopying, NSSecureCoding Support to Informational Classes * Revert out-of-context changes * Convert lastPacketReceived to NSDate
This commit is contained in:
committed by
Sergey Abramchuk
parent
270d5b8cac
commit
bfa8ab801a
@@ -34,9 +34,8 @@
|
||||
@property (readonly, nonatomic) NSInteger packetsOut;
|
||||
|
||||
/**
|
||||
Number of binary milliseconds (1/1024th of a second) since
|
||||
last packet was received, or -1 if undefined
|
||||
Date when last packet was received, or nil if undefined
|
||||
*/
|
||||
@property (readonly, nonatomic) NSInteger lastPacketReceived;
|
||||
@property (readonly, nonatomic, nullable) NSDate *lastPacketReceived;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user