[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bad packet length
[Thread Prev] | [Thread Next]
- Subject: Re: Bad packet length
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 14 Jun 2012 11:48:40 +0200
- To: "'libssh@xxxxxxxxxx'" <libssh@xxxxxxxxxx>
On Thu 14.Jun.12 06:15, Aviv Zilberman wrote:
Hi,
Hi,
I read all the mailing in the archive regarding "bad packet length" issue and still didn't understand the solution. I am able to write successfully one buffer of data into SSH channel using process X (Solaris x86), the remote side (VxWorks) read it successfully and send response. Process Y (I used fork() after connect so one process is responsible for writing while the other for reading - both of them use same channel)
that's probably the culprit. One process/thread should use one session/channel. Cheers, -- andreas
Bad packet length | Aviv Zilberman <Aviv.Zilberman@xxxxxxxxxxx> |