refactor: remove sync daemon (#765)

* refactor: remove sync daemon

* improve code organization
This commit is contained in:
Aiden McClelland
2021-11-03 12:15:38 -06:00
parent 57092cd240
commit e4a40ac32d
11 changed files with 330 additions and 313 deletions

View File

@@ -1,4 +1,3 @@
use std::borrow::Cow;
use std::collections::VecDeque;
use std::net::{IpAddr, Ipv4Addr, SocketAddr, SocketAddrV4};
use std::ops::Deref;