Re: [exim] Lost connection during delay

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Florian Weimer
日付:  
To: exim-users
CC: Sam Michaels
題目: Re: [exim] Lost connection during delay
* Philip Hazel:

> Exim implements "delay = 5m" in the most trivial possible way. It waits
> for 5 minutes. :-) I am not sure how easy it is to code "wait for 5
> minutes or until the connection goes away".


As far as I know, it's not possible to detect connection termination
without reading data from the socket. Exim would have to copy the
data to some user-space buffer.