Skip to content

Commit

Permalink
RDS: Connection handling
Browse files Browse the repository at this point in the history
While arguably the fact that the underlying transport needs a
connection to convey RDS's datagrame reliably is not important
to rds proper, the transports implemented so far (IB and TCP)
have both been connection-oriented, and so the connection
state machine-related code is in the common rds code.

This patch also includes several work items, to handle connecting,
sending, receiving, and shutdown.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andy Grover authored and David S. Miller committed Feb 27, 2009
1 parent a8c879a commit 00e0f34
Show file tree
Hide file tree
Showing 2 changed files with 752 additions and 0 deletions.
Loading

0 comments on commit 00e0f34

Please sign in to comment.