Search found 7 matches

by jaf656s
May 5, 2005, 12:23 am
Forum: CSC445 P2P
Topic: Wild Spec Changes
Replies: 2
Views: 2071

How about adding smething like this to the spec?
The Client must support file resuming and Bit Torrent style multiple feeds.
:twisted:
by jaf656s
April 13, 2005, 5:47 pm
Forum: CSC445 P2P
Topic: NEIGHBOR response
Replies: 1
Views: 1493

Yes, they include the requestor in the message. Either way, the list of Neighbors has to be trimmed, from the requestee or requestor.
Both methods have their pros and cons, and we chose this method.

Jason and Kirk
by jaf656s
April 13, 2005, 5:41 pm
Forum: CSC445 P2P
Topic: JOIN 46505
Replies: 2
Views: 1818

In this case there is nothing else to do but not return a peer. We have updated the specification to include this case. The solution is to respond with an empty PEER message which is as follows: PEER * This message will validate the RQST or JOIN message, but also indicate that that client has no pee...
by jaf656s
April 13, 2005, 5:28 pm
Forum: CSC445 P2P
Topic: GET and Downloading of files
Replies: 1
Views: 1559

This is also a case of file names existing as unique identifiers. But also, the protocol specifies that the FILE message must include the file size, offset from the beginning, segment length, and the filename. NOTE: It will be up to the client to maintain some sort of data that indicates the portion...
by jaf656s
April 13, 2005, 5:19 pm
Forum: CSC445 P2P
Topic: FILE and GET messages
Replies: 3
Views: 2450

This is true, but for this project we are working under the assumption that a filename uniquely identifies a file. If this were not the case, then other identification measures would be necessary as you have stated.

-Jason
by jaf656s
April 13, 2005, 5:14 pm
Forum: CSC445 P2P
Topic: End of hop path
Replies: 1
Views: 1617

We purposefully left the first RESULT message fairly ambiguous, for two primary reasons. (1) we did not think that parsing a newline character would be any more difficult than parsing any other path. (2) since the protocol specifies that the first client that can fulfill a file request must handle t...
by jaf656s
March 18, 2005, 3:15 pm
Forum: CSC445 P2P
Topic: Multiple connections to the same peer
Replies: 2
Views: 2255

This issue is covered in the specification, section 3.B,
... This message should be sent to the listening port of the requesting peer, creating a new socket for file transfer and leaving the control socket open for message traffic. ...

Jason