index
:
sibs-pubsub
master
P2P publish/subscribe (pubsub) using UDT for connection/data transfer.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-08-18
Fix concurrent connection to the same address
dec05eba
2020-08-18
Retry put for 30 sec to wait for peer connections
dec05eba
2020-08-18
Use sendmsg and recvmsg instead of send and recv to receive one message at a ...
dec05eba
2020-08-18
Fix deserialization of nodes
dec05eba
2020-08-18
Allocate correct for pubsubkey tostring
dec05eba
2020-08-18
Add more state functions
dec05eba
2020-08-18
Reuse peer connection if subscribed to same key
dec05eba
2020-08-18
Remove subscribed peer from client on disconnect
dec05eba
2020-08-18
Removed user from subscriptions on disconnect
dec05eba
2020-08-18
Add peer to listen callback
dec05eba
2020-08-18
add back shit
dec05eba
2020-08-18
Another test
dec05eba
2020-08-18
remove test code
dec05eba
2020-08-18
Test
dec05eba
2020-08-18
Use protocol type 0 as seen in udt example
dec05eba
2020-08-18
Fix crash in send method, add debug
dec05eba
2020-08-18
Add subscriber connect debug
dec05eba
2020-08-18
Add connect debug
dec05eba
2020-08-18
asdsa
dec05eba
2020-08-18
Bind for rendezvous connection
dec05eba
2020-08-18
Extract 2 bytes for port, not 4, in bootstrap connection receive
dec05eba
2020-08-18
Remove disconnected sockets
dec05eba
2020-08-18
Fix receive
dec05eba
2020-08-18
Receive correct amount of data
dec05eba
2020-08-18
Fix send not working, allow sending 0 bytes
dec05eba
2020-08-18
Use correct data type for getsockopt UDT_RCVDATA
dec05eba
2020-08-18
Change connection type to tcp, perhaps udt requires that
dec05eba
2020-08-18
Add debug
dec05eba
2020-08-18
Add debug, fix multithreading issue
dec05eba
2020-08-18
Make connect asynchronous
dec05eba
2020-08-18
Add put method
dec05eba
2020-08-18
Fix send method when not using callback func
dec05eba
2020-08-18
Remove peer socket when disconnected
dec05eba
2020-08-18
Add bootstrap node, listen method
dec05eba
2020-08-18
Add bootstrap class (server)
dec05eba
2020-08-18
Moved files
dec05eba
2020-08-18
Receive data with epoll_wait
dec05eba
2020-08-18
Starting...
dec05eba
2020-08-18
Add sibs project files
dec05eba