Skip to content
Snippets Groups Projects
Commit 4530fdbc authored by Jens Hoelsch's avatar Jens Hoelsch
Browse files

modify testcase for sctp_local_auth_chunks

parent 90256617
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
+0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
+0 getsockopt(3, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, {gauth_assoc_id=0,
gauth_number_of_chunks=0,
gauth_chunks=[]}, [8]) = 0
+0 getsockopt(3, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, {gauth_assoc_id=3,
gauth_number_of_chunks=2,
gauth_chunks=[0x80,0xC1]}, [10]) = 0
+0 getsockopt(3, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, {gauth_number_of_chunks=2,
gauth_chunks=[0x80,0xC1]}, [10]) = 0
+0 getsockopt(3, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, {gauth_number_of_chunks=0,
gauth_chunks=[]}, [8]) = 0
+0 close(3) = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment