Not true ( its not a weird value). Its actually failing to assign the requested buffer size due to the limit imposed by default on FreeBSD. To fix add the following to your /etc/sysctl.conf: kern.ipc.maxsockbuf=524288
To action without a reboot run: sysctl kern.ipc.maxsockbuf=524288 Notes: Default is 262144. There seems to be no real effects of not having it large enough in this case. Steve / K ----- Original Message ----- From: "Alfred Reynolds" <[EMAIL PROTECTED]>
You can ignore it, it is a FreeBSD *feature* (the particular socket API's we are using have weird return values in the emulation layer).
================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 or return the E.mail to [EMAIL PROTECTED] _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

