⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 talkd.texi

📁 压缩包中包含LINUX下多个命令的源码
💻 TEXI
字号:
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -