Skip to content

Commit f422ada

Browse files
committed
fixup! Use IAN TCP connection for ephemeral peer exchange
1 parent d0ed16d commit f422ada

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: ios/MullvadRustRuntime/include/mullvad_rust_runtime.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ int32_t encrypted_dns_proxy_stop(struct ProxyHandle *proxy_config);
9999
void cancel_ephemeral_peer_exchange(struct ExchangeCancelToken *sender);
100100

101101
/**
102-
* Called by the Swift side to signal that the Rust `EphemeralPeerCancelToken` can be safely dropped
103-
* from memory.
102+
* Called by the Swift side to signal that the Rust `EphemeralPeerCancelToken` can be safely
103+
* dropped from memory.
104104
*
105105
* # Safety
106106
* `sender` must be pointing to a valid instance of a `EphemeralPeerCancelToken` created by the
@@ -117,7 +117,6 @@ void drop_ephemeral_peer_exchange_token(struct ExchangeCancelToken *sender);
117117
* `packet_tunnel` must be valid pointers to a packet tunnel, the packet tunnel pointer must
118118
* outlive the ephemeral peer exchange. `cancel_token` should be owned by the caller of this
119119
* function.
120-
*
121120
*/
122121
struct ExchangeCancelToken *request_ephemeral_peer(const uint8_t *public_key,
123122
const uint8_t *ephemeral_key,

0 commit comments

Comments
 (0)