comparison src/myVncProxy/MyRfbProto.java @ 139:407343700ccc

modify AcceptClient.java
author one
date Wed, 31 Aug 2011 16:57:38 +0900
parents e97c0f82eaf0
children fc77596d3064 0d9a824dd12f
comparison
equal deleted inserted replaced
137:e97c0f82eaf0 139:407343700ccc
204 204
205 inNormalProtocol = true; 205 inNormalProtocol = true;
206 } 206 }
207 207
208 void sendRfbVersion(OutputStream os) throws IOException { 208 void sendRfbVersion(OutputStream os) throws IOException {
209 // os.write(versionMsg_3_998.getBytes()); 209 os.write(versionMsg_3_998.getBytes());
210 os.write(versionMsg_3_8.getBytes()); 210 // os.write(versionMsg_3_8.getBytes());
211 } 211 }
212 212
213 void readVersionMsg(InputStream is, OutputStream os) throws IOException { 213 void readVersionMsg(InputStream is, OutputStream os) throws IOException {
214 214
215 byte[] b = new byte[12]; 215 byte[] b = new byte[12];