![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella Development Discussion For general discussion about Gnutella development. |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() Thanks for your help. It was very helpfull. It turned out to be that my payload_length field should be an integer not a char array. Here is the solution, struct ping_header { char GUID[16]; char Payload_Type; char TTL; char Hops; int Payload_Len; <------------ }; struct ping_header *get_ping_header(void) { struct ping_header *p_head; p_head = (struct ping_header *)malloc(sizeof(struct ping_header)); strcpy(p_head->GUID,"jhwerdkrodmwjydh"); p_head->Payload_Type = '0'; p_head->TTL = '2'; p_head->Hops = '0'; p_head->Payload_Len = 0; <------------ return p_head; } ![]() ![]() But I had another issue. So I was not able to even try the advisory. The clients I received from the GnuWebCaches didn't seem to be accepting me anymore. They generally responded 503 Gnutella unavaible. Is it normal. I guess I am in a ban list or something like that. |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Have not received LimeWire Pro | margaret savage | Open Discussion topics | 1 | June 12th, 2006 03:53 PM |
Purchased LW Pro but only received Basi | Canuck | Windows | 8 | October 3rd, 2005 01:37 PM |
never received download e-mail | jstchln28 | Chat - Open Topics - The Lounge | 1 | August 11th, 2005 01:18 PM |
Received Incoming this session...Help!!! | hecubusx | Download/Upload Problems | 0 | August 22nd, 2004 01:59 PM |
r 0.6.8 RED "Received(Dropped)" | lightstone | General Discussion | 1 | March 13th, 2001 02:02 PM |