comparison src/myVncProxy/MyRfbProto.java @ 138:001f0b770f96

modify MyRfbProto
author e085711
date Tue, 30 Aug 2011 19:59:02 +0900
parents e97c0f82eaf0
children fc77596d3064 0d9a824dd12f
comparison
equal deleted inserted replaced
137:e97c0f82eaf0 138:001f0b770f96
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];