-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
616 additions
and
1,260 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
#pragma once | ||
#include "api.h" | ||
|
||
|
||
// con <-----\ /-----> TCP Connect || Udp Associate | ||
// con <------> Connector <------> TCP Connect || Udp Associate | ||
// con <-----/ \-----> TCP Connect || Udp Associate | ||
// | ||
|
||
|
||
tunnel_t *newConnector(node_instance_context_t *instance_info); | ||
api_result_t apiConnector(tunnel_t *self, char *msg); | ||
tunnel_t *destroyConnector(tunnel_t *self); | ||
tunnel_t * newConnector(node_instance_context_t *instance_info); | ||
api_result_t apiConnector(tunnel_t *self, const char *msg); | ||
tunnel_t * destroyConnector(tunnel_t *self); | ||
tunnel_metadata_t getMetadataConnector(); |
Oops, something went wrong.