All of lore.kernel.org
 help / color / mirror / Atom feed
* [lksctp-developers] [PATCH] test_1_to_1_sockopt: we have changed the Minimum value to 2048
@ 2013-10-27  2:55 Hangbin Liu
  2013-10-29 17:25 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Hangbin Liu @ 2013-10-27  2:55 UTC (permalink / raw)
  To: linux-sctp

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 src/func_tests/test_1_to_1_sockopt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/func_tests/test_1_to_1_sockopt.c b/src/func_tests/test_1_to_1_sockopt.c
index 37aac1d..ca5a1b9 100644
--- a/src/func_tests/test_1_to_1_sockopt.c
+++ b/src/func_tests/test_1_to_1_sockopt.c
@@ -299,7 +299,7 @@ main(void)
 	tst_resm(TPASS, "getsockopt() SCTP_STATUS - SUCCESS");
 
 	/* Reducing the SO_RCVBUF value using setsockopt() */
-	/*Minimum value is 128 and hence I am using it*/
+	/* upstream have change the MIN_RCVBUF (2048 + sizeof(struct sk_buff)) */
 	len = sizeof(int);
 	rcvbuf_val_set = 2048;
 	/* TEST16: Test case for setsockopt SO_RCVBUF */
-- 
1.8.1.4


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

* Re: [lksctp-developers] [PATCH] test_1_to_1_sockopt: we have changed the Minimum value to 2048
  2013-10-27  2:55 [lksctp-developers] [PATCH] test_1_to_1_sockopt: we have changed the Minimum value to 2048 Hangbin Liu
@ 2013-10-29 17:25 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2013-10-29 17:25 UTC (permalink / raw)
  To: linux-sctp

Applied.

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

end of thread, other threads:[~2013-10-29 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-27  2:55 [lksctp-developers] [PATCH] test_1_to_1_sockopt: we have changed the Minimum value to 2048 Hangbin Liu
2013-10-29 17:25 ` Daniel Borkmann

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.