Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Dec 29, 2016
1 parent db22498 commit 052590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tun2socks/TSIPStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func outputPCB(_ interface: UnsafeMutablePointer<netif>?, buf: UnsafeMutablePoin

There is a timer running internally. When the device is going to sleep (which means the timer will not fire for some time), then the timer must be paused by calling `suspendTimer()` and resumed by `resumeTimer()` when the deivce wakes up.

- note: This class is thread-safe.
- note: This class is NOT thread-safe.
*/
public final class TSIPStack {
/// The singleton stack instance that developer should use. The `init()` method is a private method, which means there will never be more than one IP stack running at the same time.
Expand Down

0 comments on commit 052590d

Please sign in to comment.