Follow-up Comment #3, bug #12973 (project mldonkey):
But AFAIK there is no version number send.
We get
let parse len s =
let challenge = get_uint64_32 s 1 in
let users = get_int s 5 in
let files = get_int s 9 in
let max_users = if len >= 16 then Some (get_int s 13) else None in
let soft_limit = if len >= 20 then Some (get_int s 17) else None in
let hard_limit = if len >= 24 then Some (get_int s 21) else None in
let flags = if len >= 28 then Some (get_int s 25) else None in
it's from donkeyProtoUdp.ml
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12973>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs