Results 1 to 1 of 1
Hi everyone. Im running game server on coLinux. But it has connection limit. On one computer it has 46 on other limit is 52. How do i take off connection ...
- 10-28-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
[coLinux] Connection Limit
Hi everyone. Im running game server on coLinux. But it has connection limit. On one computer it has 46 on other limit is 52. How do i take off connection limit?
Here is config file:
I guess inside colinux is fedora core system. Thanks for helpingCode:# The default kernel kernel=vmlinux # File contains the root file system. # Download and extract preconfigured file from SF "Images for 2.6". cobd0="D:\linux\perfectworld\serverfiles.ext3" # Swap device, should be an empty file with 128..512MB. #cobd1="C:\coLinux\pwserver\PWServer" #cobd2="C:\coLinux\pwserver\PWServer1_1Gb" #cobd3="C:\coLinux\pwserver\PWServer2_1Gb" #cobd4="C:\coLinux\pwserver\PWServer3_1Gb" #cobd5="C:\coLinux\pwserver\PWServer4_1Gb" #cobd6="C:\coLinux\pwserver\PWServer5_1Gb" # Tell kernel the name of root device (mostly /dev/cobd0, # /dev/cobd/0 on Gentoo) # This parameter will be forward to Linux kernel. root=/dev/cobd0 # Additional kernel parameters (ro = rootfs mount read only) ro # Initrd installs modules into the root file system. # Need only on first boot. initrd=initrd.gz # Maximal memory for linux guest mem=256 # Network eth0=slirp,,tcp:29000:29000/tcp:80:80/tcp:8080:8080 #eth1=pcap-bridge,,00:FF:F9:54:7C:00 cofs0="D:\linux\perfectworld\mnt"


Reply With Quote