aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2020-12-17Merge #20668: doc: warn that incoming conns are unlikely when not using defau...Wladimir J. van der Laan
2020-12-16Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peersMarcoFalke
2020-12-16doc: warn that incoming conns are unlikely when not using default portsAdam Jonas
2020-12-16Merge #20477: net: Add unit testing of node eviction logicMarcoFalke
2020-12-16net: Move eviction node selection logic to SelectNodeToEvict(...)practicalswift
2020-12-15Merge #20653: doc: Move addr relay comment in net to correct placeMarcoFalke
2020-12-14doc: Move add relay comment in net to correct placeMarcoFalke
2020-12-14[net] Make p2p recv buffer timeout 20 minutes for all peersJohn Newbery
2020-12-13net: use std::chrono throughout maxOutbound logicfanquake
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake
2020-12-13net: remove SetMaxOutboundTimeframefanquake
2020-12-13net: remove SetMaxOutboundTargetfanquake
2020-12-10Periodically make block-relay connections and sync headersSuhas Daftuar
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-10Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfoMarcoFalke
2020-12-09Remove g_relay_txesJohn Newbery
2020-11-20net: Treat raw message bytes as uint8_tMarcoFalke
2020-11-20Merge #20056: net: Use Span in ReceiveMsgBytesWladimir J. van der Laan
2020-11-18CConnman: initialise at declaration rather than in Start()Anthony Towns
2020-11-04Make it easier to reason about node eviction by removing unused NodeEvictionC...practicalswift
2020-10-27Avoid test-before-evict evictions of current peersSuhas Daftuar
2020-10-27Refactor test for existing peer connection into own functionSuhas Daftuar
2020-10-27Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar
2020-10-15Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...Wladimir J. van der Laan
2020-10-14net: add peer network to CNodeStatsJon Atack
2020-10-09p2p: Try to connect to anchors onceHennadii Stepanov
2020-10-09p2p: Fix off-by-one error in fetching address loopHennadii Stepanov
2020-10-09p2p: Integrate DumpAnchors() and ReadAnchors() into CConnmanHennadii Stepanov
2020-10-09p2p: Add CConnman::GetCurrentBlockRelayOnlyConns()Hennadii Stepanov
2020-10-03net: Add CNode::ConnectedThroughNetwork member functionHennadii Stepanov
2020-10-03net: Add CNode::m_inbound_onion data memberHennadii Stepanov
2020-10-02net: Use Span in ReceiveMsgBytesMarcoFalke
2020-10-02Merge #19991: net: Use alternative port for incoming Tor connectionsWladimir J. van der Laan
2020-10-01net: Extend -bind config option with optional network typeHennadii Stepanov
2020-10-01net, refactor: Move AddLocal call one level upHennadii Stepanov
2020-09-30Merge #19958: doc: Better document features of feelersfanquake
2020-09-29Merge #19107: p2p: Move all header verification into the network layer, exten...fanquake
2020-09-29net: Use network byte order for in_addr.s_addrHennadii Stepanov
2020-09-29net: save high-bandwidth mode states in CNodeStatsSebastian Falbesoner
2020-09-24Improve docs about feeler connectionsGleb Naumenko
2020-09-22Remove header checks out of net_processingTroy Giorshev
2020-09-22Give V1TransportDeserializer CChainParams& memberTroy Giorshev
2020-09-22Change CMessageHeader ConstructorTroy Giorshev
2020-09-22Add doxygen comment for ReceiveMsgBytesTroy Giorshev
2020-09-22Move checksum check from net_processing to netTroy Giorshev
2020-09-22Give V1TransportDeserializer an m_node_id memberTroy Giorshev
2020-09-21[rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar
2020-09-21[log] Add connection type to log statementAmiti Uttarwar
2020-09-22Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan
2020-09-21Merge #19697: Improvements on ADDR cachingWladimir J. van der Laan