search for: xemacscv

Displaying 1 result from an estimated 1 matches for "xemacscv".

Did you mean: xemacsc
2002 Nov 20
0
fails through socks
rsync versions: all known socks5 hangs while trying to do rsync through it. So does plug-gw from fwtk. There is one peculiarity in rsync protocol. It even occurs not on every rsync module, only while trying to do something like: rsync -avvz cvs.xemacs.org::xemacscvs/XEmacs/xemacs/ ./ In rsync both client and server may send bulk data to each other in the same time on the same connection. In contrast, in other protocols there is usually some sort of dialogue between client and server: one party sends, other receives. Server read buffer may even get filled (...