eva andres writes:
> I have a problem with an C application which uses library telnet.c to build a 
> comunication to target machine. This machine migrated from solaris 9 to 10.

Neither Solaris 9 nor Solaris 10 are actually OpenSolaris, and this
mailing list isn't the right one for networking questions.  Sun has
support options available for those releases, and I suggest contacting
your local Sun office.

> The information that receives from this machine, is binary not ascii. I 
> changed telnet configuration to force ascii comunication. I change code to 
> force this in negotiation but nothing.
> 
> I think that this package was changed, now i construct with 
> IAC+WONT/WILL/DO+option likes telopt_binary, teleopt_linemode ....
> 
> does this comunication changes ?? And now it isn“t IAC and is otherthing ??

No, the TELNET standard (RFC 854) hasn't changed.  IAC is still hex
0xff, and is still the introducer for command sequences.

It would probably help to include snoop traces and/or pointers to the
source code you're having trouble with, though this doesn't sound like
an OpenSolaris issue to me.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to