All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/7] [DCCP]: Introduce two new socket options
@ 2006-09-22  2:30 ` Ian McDonald
  0 siblings, 0 replies; 12+ messages in thread
From: Ian McDonald @ 2006-09-22  2:30 UTC (permalink / raw)
  To: dccp

This creates two new socket options DCCP_SOCKOPT_TX_PACKET_SIZE
and DCCP_SOCKOPT_RX_PACKET_SIZE. DCCP_SOCKOPT_PACKET_SIZE doesn't
work and packet size should be set independently on two half
connections.

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
---
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index a073164..ef1c57b 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -200,6 +200,8 @@ #define DCCP_SOCKOPT_PACKET_SIZE	1
 #define DCCP_SOCKOPT_SERVICE		2
 #define DCCP_SOCKOPT_CHANGE_L		3
 #define DCCP_SOCKOPT_CHANGE_R		4
+#define DCCP_SOCKOPT_TX_PACKET_SIZE	5
+#define DCCP_SOCKOPT_RX_PACKET_SIZE	6
 #define DCCP_SOCKOPT_CCID_RX_INFO	128
 #define DCCP_SOCKOPT_CCID_TX_INFO	192
 

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-11-16 14:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-22  2:30 [PATCH 5/7] [DCCP]: Introduce two new socket options Ian McDonald
2006-09-22  2:30 ` Ian McDonald
2006-09-22 10:37 ` Gerrit Renker
2006-09-22 10:37   ` Gerrit Renker
2006-09-22 16:56 ` Eddie Kohler
2006-09-22 16:56   ` Eddie Kohler
2006-09-22 17:28 ` Gerrit Renker
2006-09-22 17:35 ` Eddie Kohler
2006-09-22 17:49 ` Gerrit Renker
2006-11-16 13:57 ` Arnaldo Carvalho de Melo
2006-11-16 14:07 ` Gerrit Renker
2006-11-16 14:09 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.