mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
tunnel: implement linphone_tunnel_simulate_udp_loss stub
This commit is contained in:
parent
e7022216c6
commit
bf2c1f875a
1 changed files with 1 additions and 0 deletions
|
|
@ -93,3 +93,4 @@ void linphone_tunnel_enable(LinphoneTunnel *tunnel, bool_t enabled) {}
|
|||
bool_t linphone_tunnel_enabled(const LinphoneTunnel *tunnel) { return FALSE; }
|
||||
void linphone_tunnel_auto_detect(LinphoneTunnel *tunnel) {}
|
||||
bool_t linphone_tunnel_auto_detect_enabled(LinphoneTunnel *tunnel) { return FALSE; }
|
||||
void linphone_tunnel_simulate_udp_loss(LinphoneTunnel *tunnel, bool_t enabled) {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue