mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-20 12:21:48 -05:00
cde3f0f74a
The swap should not be concerned with connection handling. This is the responsibility of the overall application. All but the execution-setup NetworkBehaviour are `request-response` behaviours. These have built-in functionality to automatically emit a dial attempt in case we are not connected at the time we want to send a message. We remove all of the manual dialling code from the swap in favor of this behaviour. Additionally, we make sure to establish a connection as soon as the EventLoop gets started. In case we ever loose the connection to Alice, we try to re-establish it. |
||
---|---|---|
.. | ||
cbor_request_response.rs | ||
encrypted_signature.rs | ||
quote.rs | ||
spot_price.rs | ||
swarm.rs | ||
transfer_proof.rs | ||
transport.rs |