grin/p2p/src
hashmap e64e90623b
Reduce number of allocations in Headers message read (#3301)
We allocate 17 vectors (in the heap) per 512 headers, this PR reduces the number to 1 by resuing the buffer for headers and eliminating the need in the vector of indices
2020-04-18 14:07:26 +01:00
..
conn.rs ignore error from set_read_timeout (#3243) 2020-02-25 20:23:32 +00:00
handshake.rs explicit read_timeout and write_timeout during hand/shake (#3249) 2020-02-27 07:49:38 +00:00
lib.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
msg.rs Remove unused code in message handling (#3269) 2020-03-13 12:50:35 +01:00
peer.rs Remove unused code in message handling (#3269) 2020-03-13 12:50:35 +01:00
peers.rs Less cloning and additional pattern simplifications (#3223) 2020-02-12 19:35:33 +01:00
protocol.rs Reduce number of allocations in Headers message read (#3301) 2020-04-18 14:07:26 +01:00
serv.rs Convert ipv4-mapped ipv6 when accepting peer (#3225) 2020-02-14 09:38:02 -05:00
store.rs Less cloning and additional pattern simplifications (#3223) 2020-02-12 19:35:33 +01:00
types.rs feat: allow DNS names in peers/seeds list and resolve them (#3125) 2020-02-14 14:58:57 +00:00