gbraad / open-rp

Automatically exported from code.google.com/p/open-rp
0 stars 0 forks source link

Fully implement connections from public networks (Internet) #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ORP v1.1 moved closer to fully emulating the protocol.  Specifically, the
player now sends SRCH UDP packets and if no replies are received, it does
not try to open a TCP connection.  The UDP portion of the protocol is
required for game/application launching.

Study the PSP traffic in detail as it pertains to public (internet) network
connections and properly implement the protocol so it works from the
internet with the correct TCP/UDP forwarding.

Original issue reported on code.google.com by dashhacker242 on 19 May 2009 at 10:02