| 948 | #ifdef USE_SCTP |
| 949 | if (ss_transport == T_SCTP && !gracefulclose) { |
| 950 | struct linger ling = {1, 0}; |
| 951 | if (setsockopt(ss_fd, SOL_SOCKET, SO_LINGER, &ling, sizeof(ling)) < 0) { |
| 952 | WARNING("Unable to set SO_LINGER option for SCTP close"); |
| 953 | } |
nothing calls this directly
no outgoing calls
no test coverage detected