by Paco103 » April 13, 2005, 5:49 pm
UPDATED:
GET message file length should be the length of the stream the client is requesting. -1 for full file, otherwise the amount of data to send in this stream.
FILE message definition did not match the format/example. Format/examples were correct, message definition left out segment length
PEER message did not define the case in which there are only 2 nodes on the network, so the RQST/JOIN message can not be fulfilled. RQST/JOIN should now be fulfilled with a PEER message as per the protocol, but with no elements in the list
UPDATED:
GET message file length should be the length of the stream the client is requesting. -1 for full file, otherwise the amount of data to send in this stream.
FILE message definition did not match the format/example. Format/examples were correct, message definition left out segment length
PEER message did not define the case in which there are only 2 nodes on the network, so the RQST/JOIN message can not be fulfilled. RQST/JOIN should now be fulfilled with a PEER message as per the protocol, but with no elements in the list