mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
timer based nat_map refresh
This commit is contained in:
Regular → Executable
+8
@@ -57,6 +57,14 @@ typedef enum {
|
||||
\note Generally called by the core_init
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_nat_init(switch_memory_pool_t *pool);
|
||||
|
||||
/*!
|
||||
\brief Initilize the rest of the NAT Traversal System
|
||||
\note nat_init is called prior to some other modules being loaded.
|
||||
This method allows us to init the rest of the NAT system.
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_nat_late_init(void);
|
||||
|
||||
/*!
|
||||
\brief Shuts down the NAT Traversal System
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user