<-- OVERVIEW -->
Using the TCPLink class the Linux dedicated server v3808 never establishes a successful outbound connection.
<-- STEPS TO REPRODUCE -->
Attempt ANY outbound client connection using TCPLink Open() and Event Opened().
<-- ACTUAL RESULTS -->
When attempting to use the TCPLink client (outgoing) functions in Unreal Tournament 3 the linux dedicated server will fail to connect with the following message filling you log repeatedly.
"Log: CheckConnectionAttempt: Connection attempt has not yet completed."
Utilizing netstat i observed the ut3-bin process establish a connection and then immediately goto a close_wait state. Tcpdump does not see any actual network connection attempt.
<-- EXPECTED RESULTS -->
The expected result would be a successful outbound TCP connection.
<-- BUILD & PLATFORM INFORMATION -->
Build: Linux 2.6.9-78.0.8.ELsmp #1 SMP Wed Nov 19 19:42:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
UT3 - Init: Version: 3808
<-- ADDITIONAL INFORMATION -->
It may be prudent to confirm if the Macintosh version has this issue as well since it is based on the linux kernel.
<-- EXTRA ADDITIONAL INFORMATION -->
USCRIPT TCPLink TESTLOG:
ScriptLog: WebLink::PostBeginPlay()
ScriptLog: ReceiveMode: RMODE_Event
ScriptLog: LinkMode: MODE_Text <-- Irrelavant it seems to happen via all modes
ScriptLog: Going to resolve [dnsname]
Log: Resolved [dnsname] [ip:port]
ScriptLog: WebLink::Resolved()
ScriptLog: Binding a port
ScriptLog: Setting Addr.Port to [port]
ScriptLog: Addr.Addr: [ip]
ScriptLog: Addr.Port: [port]
ScriptLog: Opening Addr
ScriptLog: Open returned: True
Log: CheckConnectionAttempt: Connection attempt has not yet completed.
I can confirm this. Moreover, it looks like destroying TCPLink actor during vain connection attempts crashes entire game.
pure virtual method called!
this is a bug! crashing program...
Created attachment 3073 [details] strace log, captured from about 10 seconds before TCPLink creation and up to process' death