chord icon indicating copy to clipboard operation
chord copied to clipboard

Benefits of UDP over TCP

Open mattroseman opened this issue 6 years ago • 0 comments

I'm curious as to why you chose to use UDP as opposed to TCP.

For example instead of having a FIND_SUCCESSOR and FOUND_SUCCESSOR message types, couldn't you just open a TCP connection, request the successor, and then get a response with that information?

I'm honestly not that knowledgeable in this area, and would be interested to know if there is a specific reason TCP might not be as good a solution to use with Chord.

mattroseman avatar Jan 20 '18 22:01 mattroseman