Commit 485afe30 authored by Raphael Defosseux's avatar Raphael Defosseux

CLANG-FORMAT: last missing file

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 9656dbb1
...@@ -85,9 +85,7 @@ int sctp_server::create_socket(const char* address, const uint16_t port_num) { ...@@ -85,9 +85,7 @@ int sctp_server::create_socket(const char* address, const uint16_t port_num) {
events_.sctp_data_io_event = 1; events_.sctp_data_io_event = 1;
events_.sctp_shutdown_event = 1; events_.sctp_shutdown_event = 1;
events_.sctp_association_event = 1; events_.sctp_association_event = 1;
setsockopt( setsockopt(socket_, IPPROTO_SCTP, SCTP_EVENTS, &events_, 8);
socket_, IPPROTO_SCTP, SCTP_EVENTS, &events_,
8);
listen(socket_, 5); listen(socket_, 5);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment