Difference between revisions of "User:Kex Godel/CTCP protocol layered on IM system"

From Second Life Wiki
Jump to navigation Jump to search
(moved)
 
(added cat)
Line 3: Line 3:
== See Also ==
== See Also ==
* [http://en.wikipedia.org/wiki/Client-To-Client_Protocol Client to Client Protocol]
* [http://en.wikipedia.org/wiki/Client-To-Client_Protocol Client to Client Protocol]
[[Category:Feature Requests]]

Revision as of 09:12, 19 February 2007

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