index
:
soen423
master
SOEN 423 distributed systems final project.
Sam Anthony
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
derms
/
net
/
rmulticast
/
ReliableMulticast.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass network interface name to sequencer explicitely
Sam Anthony
2024-12-01
1
-2
/
+13
*
remove ConcurrentMulticastSocket
Sam Anthony
2024-11-23
1
-2
/
+0
*
rmulticast: use DatagramChannel
Sam Anthony
2024-11-23
1
-11
/
+19
*
runicast: use DatagramChannel
Sam Anthony
2024-11-23
1
-1
/
+1
*
ReliableUnicastReceiver
Sam Anthony
2024-11-22
1
-11
/
+2
*
ReliableUnicastSender
Sam Anthony
2024-11-22
1
-0
/
+1
*
ReliableMulticast.close()
Sam Anthony
2024-11-16
1
-15
/
+21
*
reliable multicast: add log messages
Sam Anthony
2024-11-16
1
-0
/
+1
*
reliable multicast: construct hashmap keysets correctly
Sam Anthony
2024-11-16
1
-3
/
+3
*
reliable multicast: bind receiving socket to group port
Sam Anthony
2024-11-16
1
-2
/
+2
*
reliable multicast: add nonblocking receive methods
Sam Anthony
2024-11-16
1
-0
/
+23
*
reliable multicast: periodically send acks
Sam Anthony
2024-11-16
1
-2
/
+2
*
reliable multicast: remove unused variable
Sam Anthony
2024-11-15
1
-5
/
+0
*
reliable multicast: javadoc
Sam Anthony
2024-11-15
1
-2
/
+15
*
reliable multicast: MessagePayload interface
Sam Anthony
2024-11-15
1
-2
/
+1
*
reliable multicast: announce presence to group
Sam Anthony
2024-11-15
1
-0
/
+7
*
reliable multicast: rename positiveAcks to acks, negativeAcks to nacks
Sam Anthony
2024-11-15
1
-9
/
+9
*
reliable multicast: prune received list
Sam Anthony
2024-11-15
1
-5
/
+8
*
reliable multicast: record addresses of group members
Sam Anthony
2024-11-15
1
-6
/
+8
*
reliable multicast: move received list into Receive
Sam Anthony
2024-11-15
1
-3
/
+1
*
reliable multicast: make inSock a local variable
Sam Anthony
2024-11-15
1
-4
/
+4
*
reliable multicast: receive()
Sam Anthony
2024-11-15
1
-1
/
+6
*
reliable multicast: Receive
Sam Anthony
2024-11-15
1
-11
/
+3
*
reliable multicast: Timeout
Sam Anthony
2024-11-15
1
-13
/
+1
*
ConcurrentMulticastSocket
Sam Anthony
2024-11-14
1
-7
/
+6
*
refactor ReliableMulticast.Retransmit to top-level class
Sam Anthony
2024-11-14
1
-29
/
+1
*
ReliableMulticast: retransmit dropped messages
Sam Anthony
2024-11-14
1
-5
/
+37
*
ReliableMulticast: send()
Sam Anthony
2024-11-14
1
-0
/
+84