Mailing List Archive

imptcp maximum TCP sessions
What is the limit of TCP sessions the imptcp can handle?
There is no option like MaxSessions of imtcp. Was not able to find the
information in documentation.

Discovered code which might point to that limit, but do not understand it.
https://github.com/rsyslog/rsyslog/blob/master/plugins/imptcp/imptcp.c#L532

Does it rely on nofile ulimit only?

--
Peter
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: imptcp maximum TCP sessions [ In reply to ]
El vie., 4 oct. 2019 a las 9:55, Peter Viskup via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> What is the limit of TCP sessions the imptcp can handle?
> There is no option like MaxSessions of imtcp. Was not able to find the
> information in documentation.
>
> Discovered code which might point to that limit, but do not understand it.
> https://github.com/rsyslog/rsyslog/blob/master/plugins/imptcp/imptcp.c#L532
>
> Does it rely on nofile ulimit only?

yes, there is no limit per se. It is using a different method of
connection tracking.

HTH
Rainer

>
> --
> Peter
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.