Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-31 Thread Florin Coras
h 29, 2021 6:22:35 PM > To: Vadim Platonov > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] vppcom epoll half-closed tcp session > > Hi Vadim, > > To control the time vpp waits for a close from the app, add to startup.conf > tcp { closewait-time N }, where N is time in

Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-31 Thread Vadim Platonov via lists.fd.io
From: Florin Coras Sent: Monday, March 29, 2021 6:22:35 PM To: Vadim Platonov Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vppcom epoll half-closed tcp session Hi Vadim, To control the time vpp waits for a close from the app, add to startup.conf tcp { closewait-time N

Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-29 Thread Florin Coras
n peer FIN vcl should generate EPOLLRDHUP event towards the App > On full session close vcl should generate EPOLLRDHUP | EPOLLHUP event towards > the App > > Regards, > Vadim > > > From: Florin Coras > Sent: Tuesday, March 23, 2021 5:59:49 PM > To: Vadim Platonov >

Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-29 Thread Vadim Platonov via lists.fd.io
Regards, Vadim From: Florin Coras Sent: Tuesday, March 23, 2021 5:59:49 PM To: Vadim Platonov Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vppcom epoll half-closed tcp session Hi Vadim, When peer initiates the closing of the connection (sends fin), session layer

Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-23 Thread Florin Coras
Hi Vadim, When peer initiates the closing of the connection (sends fin), session layer notifies vcl about the event and consequently vcl generates an EPOLLHUP | EPOLLRDHUP event towards the app, assuming app uses epoll. Outstanding data can still be read and new data can be written. Are you

[vpp-dev] vppcom epoll half-closed tcp session

2021-03-23 Thread Vadim Platonov via lists.fd.io
Hi, Is there any way to know that vppcom epoll tcp session is half-closed? I mean the supporting of EPOLLRDHUP. Thanks, Vadim. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18999): https://lists.fd.io/g/vpp-dev/message/18999 Mute This Topic: