Re: [netmp] socket accesses

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kernel@...>
Date: Sunday, August 17, 2008 - 6:18 pm

On Saturday 09 August 2008, Matthew Dillon wrote:

What do you picture the protocol side doing in response to this message?
Currently, the process side will be woken up when e.g. new data arrives or
the connection state changes etc. But to decide if anything changed since
the message was sent, the protocol essentially needs to know what the process
side "knew" when it sent the message. So we need to send a message which
includes a pointer to, say:

struct socksnap {
	int state;
	int rcvdata;
};

Is that what you had in mind?

Aggelos
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [netmp] socket accesses, Matthew Dillon, (Fri Aug 8, 10:13 pm)
Re: [netmp] socket accesses, Aggelos Economopoulos, (Sun Aug 17, 6:31 pm)
Re: [netmp] socket accesses, Aggelos Economopoulos, (Sun Aug 17, 6:18 pm)
Re: [netmp] socket accesses, Aggelos Economopoulos, (Sat Aug 9, 10:35 am)