millerjs / udt_transfer

High performance scp replacement
3 stars 0 forks source link

Keep alive messages #4

Open millerjs opened 10 years ago

millerjs commented 10 years ago

The mechanism to catch the hanging remote processes checks for a lack of traffic. However, due to the current lack of control messages, one of the pipes is timing out. Add keep alive messages to prevent this.

madopal commented 10 years ago

I've added control messages that can use keep alive, I'll work on implementing this.