if (ret < 0)
return ret;
/*
- * Disable unused CCIDs: the receiver does not send any application data to the
- * server. By shutting down this unused path we reduce internal processing costs,
- * as the unused CCIDs (in the kernel) are then bypassed.
+ * Disable unused CCIDs: the receiver does not send any application
+ * data to the server. By shutting down this unused path we reduce
+ * internal processing costs, as the unused CCIDs (in the kernel) are
+ * then bypassed.
*/
if (shutdown(ret, SHUT_WR) < 0)
return -ERRNO_TO_PARA_ERROR(errno);