lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] recieve timeout for tcp RAW api


From: Simon Goldschmidt
Subject: Re: [lwip-users] recieve timeout for tcp RAW api
Date: Mon, 19 Sep 2011 11:14:37 +0200

vincent cui <address@hidden> wrote:
> Socket api has function to set socket attribute with receive time out...
> Is there raw api to do this ?

No, the socket code uses netconn timeout. In the raw API you have to implement 
this on your own by either using the poll callback (tcp) or implementing a 
timeout on your own (e.g. using sys_timeout).

Simon
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

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