Create a listen socket that will listen for P2P connections sent
to our FakeIP. A peer can initiate connections to this listen
socket by calling ConnectByIPAddress.
idxFakePort refers to the *index* of the fake port requested,
not the actual port number. For example, pass 0 to refer to the
first port in the reservation. You must call this only after calling
BeginAsyncRequestFakeIP. However, you do not need to wait for the
request to complete before creating the listen socket.
Create a listen socket that will listen for P2P connections sent to our FakeIP. A peer can initiate connections to this listen socket by calling ConnectByIPAddress.
idxFakePort refers to the *index* of the fake port requested, not the actual port number. For example, pass 0 to refer to the first port in the reservation. You must call this only after calling BeginAsyncRequestFakeIP. However, you do not need to wait for the request to complete before creating the listen socket.