View Single Post
  #2 (permalink)  
Old June 23rd, 2002
tshdos tshdos is offline
Gnutella Veteran
 
Join Date: March 24th, 2002
Location: Virginia
Posts: 101
tshdos is flying high
Default

Is that the EXACT order you send it ie

send :

Quote:
< 00000000 47 4e 55 54 45 4c 4c 41 20 43 4f 4e 4e 45 43 54 # GNUTELLA CONNECT
< 00000010 2f 30 2e 36 0d 0a 55 73 65 72 2d 41 67 65 6e 74 # /0.6..User-Agent
< 00000020 3a 20 44 54 47 6e 75 74 0d 0a 50 6f 6e 67 2d 43 # : DTGnut..Pong-C
< 00000030 61 63 68 69 6e 67 3a 20 30 2e 31 0d 0a 0d 0a # aching: 0.1....
< 0000003f 47 4e 55 54 45 4c 4c 41 2f 30 2e 36 20 32 30 30 # GNUTELLA/0.6 200
< 0000004f 20 4f 4b 0d 0a 0d 0a # OK....
recv:

Quote:
> GNUTELLA/0.6 200 OK
> User-Agent: BearShare 2.4.4
> Pong-Caching: 0.1
> Hops-Flow: 1.0
> Remote-IP: 193.150.203.220
>
then send

Quote:
< 00000056 32 35 39 30 37 38 39 30 ff 31 30 33 33 38 35 00 # 25907890.103385.
< 00000066 80 07 00 09 00 00 00 # .......
< 0000006d 38 00 6d 6f 76 69 65 73 00 # 8.movies.
If so, it looks like the other end was expecting a GNUTELLA/0.6 200 OK /r/n/r/n and when it didn't recv it your query was dumped/ignored.
Reply With Quote