[BACK]Return to start-session.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Diff for /OpenXM/doc/OpenXM-specs/start-session.tex between version 1.3 and 1.4

version 1.3, 2000/01/24 02:48:24 version 1.4, 2000/01/24 12:32:49
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/start-session.tex,v 1.2 2000/01/23 00:41:08 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/start-session.tex,v 1.3 2000/01/24 02:48:24 noro Exp $
 //&jp \section{TCP/IP でのセッションのスタート}  //&jp \section{TCP/IP でのセッションのスタート}
 //&eg \section{How to start a session on TCP/IP}  //&eg \section{How to start a session on TCP/IP}
   
Line 98  Network byte order しか実装していないシステムでは,
Line 98  Network byte order しか実装していないシステムでは,
 おおきなボトルネックとなることがあることを了解しておくべきである.  おおきなボトルネックとなることがあることを了解しておくべきである.
 */  */
 /*&eg  /*&eg
 A client and a server exchanges one byte data soon after  A client and a server exchange one byte data soon after
 the communication has started as follows.  the communication has started as follows.
   
 \begin{itemize}  \begin{itemize}
Line 164  One time パスワードを安全に配送し, リモートマシンの {\
Line 164  One time パスワードを安全に配送し, リモートマシンの {\
 */  */
 /*&eg  /*&eg
 \noindent  \noindent
 Remark: {\tt ox}, included in {\tt OpenXM/src/kxx},  {\tt ox}, included in {\tt OpenXM/src/kxx},
 is a launcher to invoke an engine. After invoking an  is a launcher to invoke an engine. After invoking an
 engine, it acts as a control server. By default {\tt ox} requires  engine, it acts as a control server. By default {\tt ox} requires
 a one time password. To skip it, use {\tt -insecure} option.  a one time password. To skip it, use {\tt -insecure} option.
 A one time password is a null-terminated byte sequence and  A one time password is a null-terminated byte sequence and
 a client informs the both a control server and an engine of  a client informs both a control server and an engine of
 byte sequences as one time passwords.  byte sequences as one time passwords.
   
 {\tt ox} is created from {\tt oxmain.c} and {\tt  {\tt ox} is created from {\tt oxmain.c} and {\tt

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>