summaryrefslogtreecommitdiff
path: root/network.test
AgeCommit message (Collapse)Author
2024-06-01(test) Manual peer dropRoman Smrž
2024-05-25(test) Handle peer reconnection after its restartRoman Smrž
Allow the handshake and channel request to proceed correcty even with already established channel to handle the case where peer attempts to reconnect after restart. Changelog: Handle peer reconnection after its restart
2024-05-02(test) Network: reuse stream numbers after closingRoman Smrž
2024-03-20(test) Network streamsRoman Smrž
Changelog: Implemented streams in network protocol
2024-02-23(test) Test message service for sending arbitrary dataRoman Smrž