I can't find the answer to this question anywhere on the Internet. I was wondering what happens when you receive a keep alive message on a bittorrent protocol? are we suppose to send a keep alive message back?
|
From the Unofficial BitTorrent Specification:
I'm no BitTorrent expert, but based on this and what knowledge of network protocols I do have, it sounds like the answer to your question
is no. As for
well, nothing — what matters is what happens when you don't receive a keep-alive (or any other) message after the mentioned "given amount of time." In a BitTorrent implementation, receiving a keep-alive message would probably reset a timer, or update a "last message received" timestamp. |
|||
|
|
|
From the Bittorrent Specification:
In other words, the keep-alive is effectively a no-op. Like all other messages, it resets the timeout, so it has the net effect of just "keeping the connection alive" for another 2 minutes. |
|||
|
|