aboutsummaryrefslogtreecommitdiff
path: root/src/DirectConnection.cpp
AgeCommit message (Expand)Author
2020-08-18WIP: FIX p2pHEADmasterdec05eba
2020-08-18Open ports using miniupnpcdec05eba
2020-08-18Add debug outputdec05eba
2020-08-18Add option to force route datadec05eba
2020-08-18Starting with upnp supportdec05eba
2020-08-18Fix routing of datadec05eba
2020-08-18Remove duplicate user add if same pubsub key, do not add user until connecteddec05eba
2020-08-18remove duplicatedec05eba
2020-08-18Do not remote failed to connect peer on fail to connectdec05eba
2020-08-18Add data routing for failed p2p connectionsdec05eba
2020-08-18Maybe this will fix crash...dec05eba
2020-08-18Remove server node from getPeers funcdec05eba
2020-08-18Add debug when send failsdec05eba
2020-08-18Fix build for mingwdec05eba
2020-08-18Fix concurrent connection to the same addressdec05eba
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-18Fix deserialization of nodesdec05eba
2020-08-18Reuse peer connection if subscribed to same keydec05eba
2020-08-18Removed user from subscriptions on disconnectdec05eba
2020-08-18Add peer to listen callbackdec05eba
2020-08-18add back shitdec05eba
2020-08-18Another testdec05eba
2020-08-18remove test codedec05eba
2020-08-18Testdec05eba
2020-08-18Use protocol type 0 as seen in udt exampledec05eba
2020-08-18Fix crash in send method, add debugdec05eba
2020-08-18Add connect debugdec05eba
2020-08-18asdsadec05eba
2020-08-18Bind for rendezvous connectiondec05eba
2020-08-18Remove disconnected socketsdec05eba
2020-08-18Fix receivedec05eba
2020-08-18Receive correct amount of datadec05eba
2020-08-18Fix send not working, allow sending 0 bytesdec05eba
2020-08-18Use correct data type for getsockopt UDT_RCVDATAdec05eba
2020-08-18Change connection type to tcp, perhaps udt requires thatdec05eba
2020-08-18Add debug, fix multithreading issuedec05eba
2020-08-18Make connect asynchronousdec05eba
2020-08-18Fix send method when not using callback funcdec05eba
2020-08-18Remove peer socket when disconnecteddec05eba
2020-08-18Add bootstrap node, listen methoddec05eba
2020-08-18Add bootstrap class (server)dec05eba
2020-08-18Moved filesdec05eba
2020-08-18Receive data with epoll_waitdec05eba
2020-08-18Starting...dec05eba