talkd.texi

来自「压缩包中包含LINUX下多个命令的源码」· TEXI 代码 · 共 58 行

TEXI
58
字号
@node talkd@chapter talkd@cindex talkd@command{Talkd} is the server that notifies a user that someone else wants toinitiate a conversation.  It acts as a repository of invitations, respondingto requests by clients wishing to rendezvous to hold a conversation.  Innormal operation, a client, the caller, initiates a rendezvous by sendinga CTL_MSG to the server of type LOOK_UP (see <protocols/talkd.h>). Thiscauses the server to search its invitation tables to check if an invitationcurrently exists for the caller (to speak to the callee specified inthe message).  If the lookup fails, the caller then sends an ANNOUNCEmessage causing the server to broadcast an announcement on the callee'slogin ports requesting contact.  When the callee responds, the localserver uses the recorded invitation to respond with the appropriaterendezvous address and the caller and callee client programs establish astream connection through which the conversation takes place.@section InvokingThe options are as follows:@table @samp@item -a @var{FILE}@itemx --acl=@var{FILE}@opindex -a@opindex --aclRead site-wide ACLs from FILE.@item -d@item --debug@opindex --debug@opindex --dEnable debugging.@item -i @var{SECONDS}@itemx --idle-timeout=@var{SECONDS}@opindex -i@opindex --idle-timeoutSet idle timeout value.@item -r @var{SECONDS}@itemx --request-ttl=@var{SECONDS}@opindex -r@opindex --request-ttlSet request time-to-live value.@item -t @var{SECONDS}@item --timeout=@var{SECONDS}@opindex -t@opindex --timeoutSet timeout value.@end table

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?