lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] TCP KeepAlive


From: gregoryhouse
Subject: Re: [lwip-users] TCP KeepAlive
Date: Mon, 20 Sep 2010 21:11:04 +0200

Hi,

I'm using raw api, and have the following settings:
- lwipopts.h 
    #define LWIP_TCP_KEEPALIVE 1
- for particular connection
    newpcb->so_options |= SOF_KEEPALIVE;

I think this is sufficient.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]