dasman
|
d2844e43f0
src/net: cargo fmt and clippy needless_borrow fix
|
hace 2 años |
draoi
|
488b9c8d98
protocol_address: tweak response to receive getaddr
|
hace 2 años |
draoi
|
ccc6b25754
inbound_session: implement PingSelfProcess
|
hace 2 años |
draoi
|
cecf284cef
net: create system::run_until_completion() to ensure ping_node() does not create zombie process
|
hace 2 años |
draoi
|
3447394eda
net: make fetch address logic less nested + fix bug
|
hace 2 años |
lunar-mining
|
949f9f0f6f
net: remove `advertise` bool from settings
|
hace 2 años |
lunar-mining
|
831d17cd48
chore: more informational debug statement
|
hace 2 años |
lunar-mining
|
7f3d43f538
protocol_address/seed: don't return if ping_node is false
|
hace 2 años |
parazyd
|
d3fae80d5a
chore: Update copyright year in license headers
|
hace 2 años |
lunar-mining
|
ec5abf9683
net: make clippy + fix test
|
hace 2 años |
lunar-mining
|
3abd2c62bb
net: don't hide connection upgrade inside perform_handshake_protocols()
|
hace 2 años |
lunar-mining
|
873cd35e0e
net: add hostlist documentation
|
hace 2 años |
lunar-mining
|
4adc0585c0
net: change try_read() and try_write() to read() and write() and cleanup warnings
|
hace 2 años |
lunar-mining
|
0639e9bdf7
net: working greylist protocol
|
hace 2 años |
lunar-mining
|
de2fb840bf
net: invoke GreylistRefinery in p2p.rs and cleanup
|
hace 2 años |
lunar-mining
|
c2ba96dc6f
net: move GreylistRefinery and ping_node() to new hosts submodule. rename hosts.rs to hosts/store.rs. update host imports and ping_node usage
|
hace 2 años |
lunar-mining
|
c0a47457f8
net: BUGFIX: stop duplicate entries in greylist
|
hace 2 años |
lunar-mining
|
cc602048d6
net: standardize format + fix logic error on protocol_seed, protocol_address self_my_addrs()
|
hace 2 años |
lunar-mining
|
a7b4f60af4
net: implement ping_node() in OutboundSession and ping self before sending own address in ProtocolAddr, ProtocolSeed
|
hace 2 años |
lunar-mining
|
a19e20e006
net: cleanup
|
hace 2 años |
lunar-mining
|
a6c74eda87
net: migrate to new AddrMessage format <Url, u64>
|
hace 2 años |
lunar-mining
|
2c01db5270
net: migrate outbound sessions over to new protocol. also replace lilith periodic_purge with periodic_cleanse.
|
hace 2 años |
lunar-mining
|
d7d80b6f11
net: implement a new ProtocolAddr that sends addrs from the whitelist and receives to greylist
|
hace 2 años |
aggstam
|
551e357ef2
net/protocol/protocol_address: stupidity be gone
|
hace 2 años |
aggstam
|
af7c280dd3
net/protocol/protocal_address: minor calculation fix
|
hace 2 años |
aggstam
|
5be166b686
net/protocol/protocal_address: minor calculation fix
|
hace 2 años |
aggstam
|
4ff6176fdd
net: AddrsMessage to include both addressis with and without preferred transports
|
hace 2 años |
aggstam
|
af9124c93a
net: Use transports when polling GetAddrsMessage to seed/peer
|
hace 2 años |
x
|
2802225ddb
remove nonsense code
|
hace 3 años |
x
|
68d51f794a
net/hosts: rename load_*/get_* to fetch_*. We are doing an async get, so fetch more accurately conveys meaning here
|
hace 3 años |