Hi! I have some client-server app, that uses tcp to connect to remote server.
After connection established i'm try to download/upload 21G file
(download/upload in the same time so after recieve 26K data i'm send
it to remote server) after 700-900Mb i have i/o timeout errors:
dst write tcp 
[2a04:ac00:6:1::1]:57048->[2a04:ac00:4:10:ec4:7aff:fe54:cb0a]:16509:
i/o timeout

tcpdump on server says that when i have this errors no traffic goes
from my to remote server.

Data flow not simple, but main parts are in
https://github.com/vtolstov/go-libvirt/blob/master/client/stream.go#L141
and
https://github.com/vtolstov/go-libvirt/blob/master/client/rpc.go#L246

what can i do to fix this timeouts ?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to