On Sunday, February 22, 2015 12:16:33 PM Daniel-Constantin Mierla wrote:
Hello,
On 22/02/15 01:09, Anthony Messina wrote:
On Saturday, February 21, 2015 12:47:08 PM Anthony Messina wrote:
Good day. Is anyone able to let me in on what this means "WARNING:
<core> [local_timer.c:83]: _local_timer_dist_tl(): 0 expire timer added"? I just started seeing this after pulling down 5c1a9df from git and it seems like something that I probably don't want happening.
It appears that the tcpops.so module must be loaded to prevent these timer errors, even if not using any of the functions provided by the module. Is this the future intention?
You are running master branch (devel version), right?
Yes.
The tcpops module is new and probably this issue is due to its latest addition to allow custom lifetime value per tcp connection. It has to be fixed to work without a need to load tcpops module, perhaps Camile will look at it next week.
Cheers, Daniel
Thanks Daniel and Camille, that's what I was thinking. I can report that tcp_set_connection_lifetime is working nicely. -A