olbrew / ds-chat

Distributed CLI chat application
https://www.uantwerpen.be/popup/opleidingsonderdeel.aspx?catalognr=1001WETIGS&taal=en&aj=2015
0 stars 1 forks source link

Explain the reason behind the choice between synchronous and asynchronous communications. #12

Closed myfreespirit closed 8 years ago

myfreespirit commented 8 years ago

synchronization considerations (See RFC 2205 page 31)

myfreespirit commented 8 years ago

Case Scenario 1

Sender requests start of video stream through (asynchronous) callback function Receiver accepts request Sender receives result from his callback function and sends PATH message Receiver receives PATH message and sends RESV message Once the RESV message arrives at sender, the data packets are being sent with required QoS

myfreespirit commented 8 years ago

Fixed by ce1c38ccb58a1c82f5b55bfd9e4e8422e7131ef8