-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* deprecated: use OverrideLogger not SetDefaultXxx - SetDefaultLogger is now deprecated - SetDefaultLogHandler is now deprecated Signed-off-by: Gaukas Wang <[email protected]> * docs: comments update Signed-off-by: Gaukas Wang <[email protected]> * new: DialerManaged interface - Add DialManaged as a new interface which works like a dialer without remote address as input. - Naming is tentative. Signed-off-by: Gaukas Wang <[email protected]> * update: transport module config as bytes Starting v1 we seek to use memory-based file system instead of tmpfs for watm config. Signed-off-by: Gaukas Wang <[email protected]> * new: Config.DialedAddressValidator A new util for validating WATM-provided dialing destination address. Signed-off-by: Gaukas Wang <[email protected]> * update: rename DialerManaged to Connector Signed-off-by: Gaukas Wang <[email protected]> * update: allow cancel context per core Add additional cancellable wrapper around the input context to allow core-level cancellation. Signed-off-by: Gaukas Wang <[email protected]> * new: WATM Driver v1 v1: rename, reformat, and regulate/standardize the function import/exports. Signed-off-by: Gaukas Wang <[email protected]> --------- Signed-off-by: Gaukas Wang <[email protected]>
- Loading branch information
Showing
32 changed files
with
4,035 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.