In a message of Fri, 30 Oct 2015 09:47:42 +1100, Cameron Simpson writes:
>Another post suggests that the OP is transferring log info in UDP packets and 
>hopes to keep the state within a maximum packet size, hence his desire for 
>compact representation. I suspect that personally I'd be going for some 
>efficient text encoding of the state and putting whatever compression he 
>intends in the UDP throw/catch:
>
>  take text log line
>  compress
>  send over UDP
>  receive UDP packet
>  decompress
>  store in clear text
>
>or bypass UDP altogether, but I imagine the OP has his reasons.

I'd bypass UDP altogether.

But in terms of my problem

ssh -o compression=yes

Can we get my files over faster?

This is plenty fast enough for our nightly
(Should the americans nuke us, we can get the
kayaking club up ok) transfer out of country. :)

I have never worried of if before.

 But, efficiency for its own sake.
Way useless,  but way cool.

can I get my files out faster?

Laura
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to