Skip to content

Conversation

@jijianwen
Copy link
Contributor

  1. sctp_socket_options.pkt:41: runtime error in setsockopt call:
    Expected result 0 but got -1 with errno 22 (Invalid argument)

    add 'assoc_id=0' for getsockopt(SCTP_MAX_BURST).

  2. sctp_socket_options.pkt:47: runtime error in getsockopt call:
    can't determine spp_address

    comment out this item which should not be run

  3. sctp_socket_options.pkt:48: runtime error in getsockopt call:
    sctp_paddrparams.spp_pathmaxrxt: expected: 6 actual: 5

    change spp_pathmaxrxt to be 5 since the default value of
    path_max_retrans is 5 on Linux.

Signed-off-by: Jianwen Ji [email protected]

1) sctp_socket_options.pkt:41: runtime error in setsockopt call:
   Expected result 0 but got -1 with errno 22 (Invalid argument)

   add 'assoc_id=0' for getsockopt(SCTP_MAX_BURST).

2) sctp_socket_options.pkt:47: runtime error in getsockopt call:
   can't determine spp_address

   comment out this item which should not be run

3) sctp_socket_options.pkt:48: runtime error in getsockopt call:
   sctp_paddrparams.spp_pathmaxrxt: expected: 6 actual: 5

   change spp_pathmaxrxt to be 5 since the default value of
   path_max_retrans is 5 on Linux.

Signed-off-by: Jianwen Ji <[email protected]>
@jijianwen
Copy link
Contributor Author

@tuexen , please help review

@jijianwen
Copy link
Contributor Author

Any update on this commit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant