Se você olhar para o /System/Library/LaunchDaemons/ntalk.plist
, poderá ver a seguinte entrada:
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>ntalk</string>
<key>SockType</key>
<string>dgram</string>
</dict>
</dict>
O valor de SockType
é dgram
e, por causa disso, o programa escuta em uma porta UDP e não em TCP .
Se você chamar sudo nmap -sU -p 518 localhost
, deverá ver que a porta está aberta.
vanemery.com: usando o ntalkd como um site privado, seguro, Serviço de bate-papo por texto um a um :
ntalkd listens on UDP port 518. Once the actual session is setup, there are two UDP streams and one TCP connection that exist between clients.