/[mldonkey]/mldonkey/src/utils/net/tcpBufferedSocket.ml
ViewVC logotype

Diff of /mldonkey/src/utils/net/tcpBufferedSocket.ml

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

revision 1.24 by spiralvoice, Thu Apr 7 16:02:50 2005 UTC revision 1.25 by spiralvoice, Tue Jun 28 22:45:57 2005 UTC
# Line 448  let buf_add t b s pos1 len = Line 448  let buf_add t b s pos1 len =
448  (*************************************************************************)  (*************************************************************************)
449    
450  let buf t = t.rbuf  let buf t = t.rbuf
451    let setsock_iptos_throughput t =
452      ignore (setsock_iptos_throughput (fd (t.sock_in)));
453      ignore (setsock_iptos_throughput (fd (t.sock_out)))
454    
455  let closed t = closed t.sock_out  let closed t = closed t.sock_out
456  let error t = t.error  let error t = t.error
457  let sock_used t nused = buf_used t.rbuf nused  let sock_used t nused = buf_used t.rbuf nused

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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