/[mldonkey]/mldonkey/src/networks/fasttrack/fasttrackPandora.ml
ViewVC logotype

Diff of /mldonkey/src/networks/fasttrack/fasttrackPandora.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by spiralvoice, Sun Aug 7 12:57:22 2005 UTC revision 1.8 by spiralvoice, Sun Oct 16 20:42:54 2005 UTC
# Line 233  let parse (s_out : string) (s_in : strin Line 233  let parse (s_out : string) (s_in : strin
233        let ciphers = {        let ciphers = {
234            in_cipher = create_cipher ();            in_cipher = create_cipher ();
235            out_cipher = create_cipher ();            out_cipher = create_cipher ();
236            in_xinu = Int64.of_int 0x51;            in_xinu = 0x51L;
237            out_xinu = Int64.of_int 0x51;            out_xinu = 0x51L;
238          } in          } in
239        begin        begin
240          try          try
# Line 687  let received ip port time s = Line 687  let received ip port time s =
687          let ciphers = {          let ciphers = {
688              in_cipher = create_cipher ();              in_cipher = create_cipher ();
689              out_cipher = create_cipher ();              out_cipher = create_cipher ();
690              in_xinu = Int64.of_int 0x51;              in_xinu = 0x51L;
691              out_xinu = Int64.of_int 0x51;              out_xinu = 0x51L;
692            } in            } in
693          let c = {          let c = {
694              c_ip = ip;              c_ip = ip;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26