Skip to content

OFP TCP Keepalive Timer is not working as expected due to keepalive count (t_keepcnt) is not incremented and validated while processing Keepalive Timer #280

Open
@manishmatey

Description

@manishmatey

Hi Team,

When a TCP connection is established, Ideally TCP connection should get terminated when there is no data exchange between client and server for sometime.
TCP will start keepalive timer and if no data exchange happened between client and server for few keepalive packets (ideally 8 to 10) then TCP connection will be dropped.

I did not find anywhere TCP keepalive count is getting incremented and checked while processing TCP keepalive timer.
Can somebody confirm if this a bug in OFP code itself?
OR
Where TCP keepalive count is getting incremented in OFP TCP code?

Any help will be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions