patchmldonkey, a multi-networks file-sharing client - Patches: patch #3672, Let mldonkey upload (complete...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3672: Let mldonkey upload (complete files) work with Low ID clients

Submitter:  Dirk Tilger <miriup>
Submitted:  Fri 21 Jan 2005 04:21:51 PM UTC
   
 
Category:  Bug fixes Priority:  5 - Normal
Status:  Done Assigned to:  None
Open/Closed:  Closed

Wed 02 Mar 2005 02:45:28 PM UTC, comment #2: 

ok only for the record that src/utils/net/ip.ml patch-snippet in the original submission description for let valid is bull, i think. "i>=0..." is right. for example 186.123.6.0 is a valid ip if it is in the network with the netmask 255.255.0.0 .
it's a protocol limitation of edonkey that these ips (with a zero at the end) fall in the low-id range.

Amorphous <amorphous>
Wed 02 Mar 2005 01:05:01 AM UTC, comment #1: 

Applied 2-5-28-1

spiralvoice <spiralvoice>
Group administrator
Fri 21 Jan 2005 04:21:51 PM UTC, original submission:  

Excluded from the patch was the following section, since this needs a more sophisticated solution. However, this section might be needed to prove the useability of the patch.
Index: src/utils/net/ip.ml
===================================================================
--- src/utils/net/ip.ml (Revision 137)
+++ src/utils/net/ip.ml (Arbeitskopie)
@@ -84,7 +84,7 @@
   j > 0 && j < 224 &&
   k >= 0 && k <= 255 &&
   l >= 0 && l <= 255 &&
-  i >= 0 && i <= 255
+  i > 0 && i <= 255

 let reachable ip =
   !allow_local_network ||

Dirk Tilger <miriup>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8302:  mlnet-patch.txt added by miriup (2KiB - text/plain - Patch against spiralvoice-2.5.28o for low-id-support)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-02 spiralvoice Open/ClosedOpen Closed
2005-01-28 amorphous StatusNone Done
2005-01-21 miriup Attached File- Added mlnet-patch.txt, #4078

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code