You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src/protocol/bob
Daniel Karzel 1ae377ef24
Request timeout when swapping over Tor
It seems the current chosen channel timeouts are still not optimal.
I ran into issues with swapping over Tor and traced them down to the CLI timeout of the bmrng channel.
It appears that the ASB was not running as quick as the CLI, which caused a timeout on the CLI side (in addition to the delay when sending messages over Tor).
Only `execution_setup` caused the problem so far, but I would recommend changing all the channel timeouts to one minute to avoid this problem.
3 years ago
..
behaviour.rs Add ping protocol to ensure connection is alive 3 years ago
cancel.rs Move loading the state into the function 3 years ago
event_loop.rs Request timeout when swapping over Tor 3 years ago
execution_setup.rs Increase timeout sending/receiving protocol messages. 3 years ago
refund.rs ASB manual recovery commands 3 years ago
spot_price.rs Network check upon spot price request 3 years ago
state.rs Upgrade to Rust 1.53 3 years ago
swap.rs CLI log statements to be more JSON friendly 3 years ago