Hi,

   +-From: Bruce Chapman <[EMAIL PROTECTED]> --
   |_Date: Mon, 17 Mar 2008 11:50:27 +1300 __
   |This is similar code to that which is in ChannelExec (shown)
   |    // default buffer size 32K too big reading from System.in
   |    if(io.in == System.in) setRemotePacketSize(1024); 
   |    if(io.in!=null){
   |      thread=new Thread(this);
   |      thread.setName("Exec thread "+session.getHost());
   |      thread.start();
   |    }

What kind of problem there exist without this change?


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to