Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 D.I.Y. Lowerping, Do it at home setup

views
     
keon
post Dec 12 2007, 04:24 PM

New Member
*
Newbie
1 posts

Joined: Aug 2007
I hav try the VMlinux and registry hard to c the different since streamyx are lagging badly today.
keon
post Dec 14 2007, 07:19 PM

New Member
*
Newbie
1 posts

Joined: Aug 2007
Any pro linux know how to do these:

These steps require some knowledge of Linux (compiling apps and editing source code) so this post is geared towards those users.

I've modified the source code for SS5 (Socks Server 5) to disable Nagles when accepting SOCKS connections. By doing this you won't need to setup iptables or socat but can deploy a Socks5 server and use the Freecap method (without needing putty).

1) Grab the source code of SS5 and extract
2a) Edit src/SS5Server.c and add this line at line 26;

#include "netinet/tcp.h";

2b) Add this at line 197;

setsockopt(S5SocksSocket, IPPROTO_TCP, TCP_NODELAY, &reuseAddrFlag, sizeof(int));

3) Configure, compile & install. Configure basic settings in /etc/opt/ss5/ss5.conf
4) Setup Freecap to proxify your WoW application through your new Socks server and off you go.

 

Change to:
| Lo-Fi Version
0.0216sec    0.46    7 queries    GZIP Disabled
Time is now: 10th December 2025 - 11:22 PM