Desktop app TCP listen

This commit is contained in:
Igor Katson 2023-12-06 01:28:43 +00:00
parent 21b78468a5
commit 630678ff37
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -112,6 +112,7 @@ async fn start_session() {
disable_dht: false,
disable_dht_persistence: false,
persistence: true,
listen_port_range: Some(4240..4260),
..Default::default()
},
)