summaryrefslogtreecommitdiff
path: root/src/Erebos/Network.hs
AgeCommit message (Collapse)Author
2024-06-01Drop peer on packet delivery failureRoman Smrž
2024-06-01Manual peer dropRoman Smrž
2024-05-25Handle 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-23Plaintext data response to plaintext requestRoman Smrž
2024-05-02Network: fail when no free stream is availableRoman Smrž
2024-03-20Network streamsRoman Smrž
Changelog: Implemented streams in network protocol
2024-02-17Flag to disable pjproject dependencyRoman Smrž
Changelog: Added flag to enable/disable ICE support with pjproject
2023-11-18Split to library and executable partsRoman Smrž