User:Kex Godel/CTCP protocol layered on IM system

From Second Life Wiki
Revision as of 06:20, 18 February 2007 by SignpostMarv Martin (talk | contribs) (moved)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Establishing a circuit between two clients will probably require server side assistance, since circuits are UDP based, and most clients will be behind NAT's and firewalls. CTCP will require a clientside listening socket either implemented via RFC 3489 or some sort of UPnP code using a TCP direct connection.

See Also