Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try non-blocking sctp
  • Loading branch information
arr2036 committed Nov 4, 2016
1 parent e85387d commit 442b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_sigtran/libosmo-m3ua/sctp_m3ua_client.c
Expand Up @@ -340,7 +340,7 @@ static int m3ua_sctp_assoc_complete(struct osmo_fd *ofd, unsigned int what)

LOGP(DINP, LOGL_NOTICE, "SCTP association established\n");

if (m3ua_setblocking(ofd->fd) < 0) goto error;
// if (m3ua_setblocking(ofd->fd) < 0) goto error;

link->queue.bfd.fd = ofd->fd;
link->queue.bfd.data = link;
Expand Down

0 comments on commit 442b037

Please sign in to comment.