But i`m want use TCP.
IF server listen TCP, he is down with critical error. (epoll_ctl failed: Invalid argument [22]...)

--
Regards,
Mihail Gluhowchenko.

2007/12/18, Henning Westerholt < henning.westerholt@1und1.de>:
On Tuesday 18 December 2007, Mihail Gluhowchenko wrote:
> Truing to start openser-1.3.0.
> In log i`m saw:
> ERROR:core:io_watch_add: epoll_ctl failed: Invalid argument [22]
> Dec 18 12:37:17 devel s-eltex[27564]: CRITICAL:core:tcp_main_loop: failed
> to add process 5 (TCP main) unix socket to the fd list
> Dec 18 12:37:17 devel s-eltex[27564]: CRITICAL:core:tcp_main_loop:
> exiting...
>
> In config i`m set
> listen=udp: 192.168.138.59:5060
> Why openser truing to open tcp sockets?

Hi Mihail,

if you don't want to use TCP, then you need to disable it completly with the
disable_tcp core parameter.

Cheers,

Henning