Go to the first, previous, next, last section, table of contents.

TCP

Function: open-network-stream name buffer host service

この関数は、あるホストに対しサービスを求める TCP connection をオープンしま す。これは、その connection を示すサブプロセスオブジェクトを返します。 delete-process がそれをクローズします。

name はそのプロセスのための名前です。これは一意にするのに必要であれば修正 されます。 buffer-name はプロセスに対応付けられたバッファです。

出力ストリームや (出力を扱う)フィルター関数を指定しない場合、プロセスから の出力は(その)バッファの終りに入れられます。 buffer-name は nil の場合もあ ります。これはこのプロセスがどのバッファにも対応付けられないことを示しま す。

service は要求されたサービスか、それに対し connect するポート番号を示す integer です。

もっと!!


Go to the first, previous, next, last section, table of contents.