Search found 2 matches

by CDR
Tue Mar 29, 2011 9:59 pm
Forum: Unreal 3.2 Support
Topic: Can't connect to IRCd - Disconnects immediately
Replies: 2
Views: 3305

Re: Can't connect to IRCd - Disconnects immediately

Thanks syzop!

It was down to sendq - it was set at 1000 but when I changed it to 100000 (that I had seen in an example conf file I just googled) and started unreal - it connected!

Thank you so much.
Regards
by CDR
Mon Mar 28, 2011 5:38 pm
Forum: Unreal 3.2 Support
Topic: Can't connect to IRCd - Disconnects immediately
Replies: 2
Views: 3305

Can't connect to IRCd - Disconnects immediately

HI,

I managed to compile Unreal 3.2 successfully and have it running - but when I /server <ip>:<port> my IRC client instantly disconnects with:

[18:11:16] * Connecting to <ip> (6669)
[18:11:16] * Disconnected
[18:11:46] * Connect retry #1 <ip> (6669)
[18:11:47] * Disconnected

Any Idea why? I ...