View Single Post
  #8 (permalink)  
Old February 3rd, 2008
Alcherenga Alcherenga is offline
Disciple
 
Join Date: January 30th, 2008
Posts: 11
Alcherenga is flying high
Default

arne, i have the headers written to a binary file in disk for experimental parsing. where do i post or upload that? can u name any site where it could be uploaded.

however, i think, this is the problem that i am facing. when i get connected to the phex ultrapeer which is also connected to other clients and ultrapeers, before it sends the pong message, i receive a set of query messages. i parsed the headers and found that message type is 0x80, and hence it must be the query message.

this was not always the case and the flaw was in my experimental code, i think.

but one thing that i would like to bring to ur notice is that, phex is sending me more than 20 pongs for a single ping. is it a good idea to send so much of pongs. { i mean going by the spec, it should return 10 pongs} and the messages are broken. that is receive the header and then the pong message.

i think, my problem is solved now, and i could sucessfully parse query and pong messages. the next thing, that i have to look for is query hit, bye and push.

thanks a lot....
Reply With Quote