aboutsummaryrefslogtreecommitdiff
path: root/src/BootstrapConnection.cpp
AgeCommit message (Expand)Author
2020-08-18Add debug outputdec05eba
2020-08-18Add option to force route datadec05eba
2020-08-18Fix routing of datadec05eba
2020-08-18Route datadec05eba
2020-08-18Remove duplicate user add if same pubsub key, do not add user until connecteddec05eba
2020-08-18Add data routing for failed p2p connectionsdec05eba
2020-08-18Add debug when send failsdec05eba
2020-08-18Fix build for mingwdec05eba
2020-08-18rename create -> connectdec05eba
2020-08-18Async bootstrap connectdec05eba
2020-08-18Stop put if cancel is calleddec05eba
2020-08-18oopsdec05eba
2020-08-18Do not put infinitely when there are no other subscribersdec05eba
2020-08-18Retry put for 30 sec to wait for peer connectionsdec05eba
2020-08-18Use sendmsg and recvmsg instead of send and recv to receive one message at a ...dec05eba
2020-08-18Add more state functionsdec05eba
2020-08-18Reuse peer connection if subscribed to same keydec05eba
2020-08-18Remove subscribed peer from client on disconnectdec05eba
2020-08-18Add peer to listen callbackdec05eba
2020-08-18remove test codedec05eba
2020-08-18Testdec05eba
2020-08-18Add subscriber connect debugdec05eba
2020-08-18Extract 2 bytes for port, not 4, in bootstrap connection receivedec05eba
2020-08-18Fix receivedec05eba
2020-08-18Fix send not working, allow sending 0 bytesdec05eba
2020-08-18Add debugdec05eba
2020-08-18Add debug, fix multithreading issuedec05eba
2020-08-18Make connect asynchronousdec05eba
2020-08-18Add put methoddec05eba
2020-08-18Add bootstrap node, listen methoddec05eba