sctp_send.3 (a47698f8d66e1eef4682e31d77b8f96c907461d5) sctp_send.3 (0add3200d178976b95848eff050d419cf4062520)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 305 unchanged lines hidden (view full) ---

314The system was unable to allocate an internal buffer.
315The operation may succeed when buffers become available.
316.It Bq Er ENOBUFS
317The output queue for a network interface was full.
318This generally indicates that the interface has stopped sending,
319but may be caused by transient congestion.
320.It Bq Er EHOSTUNREACH
321The remote host was unreachable.
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 305 unchanged lines hidden (view full) ---

314The system was unable to allocate an internal buffer.
315The operation may succeed when buffers become available.
316.It Bq Er ENOBUFS
317The output queue for a network interface was full.
318This generally indicates that the interface has stopped sending,
319but may be caused by transient congestion.
320.It Bq Er EHOSTUNREACH
321The remote host was unreachable.
322.It Bq Er ENOTCON
322.It Bq Er ENOTCONN
323On a one-to-one style socket no association exists.
324.It Bq Er ECONNRESET
325An abort was received by the stack while the user was
326attempting to send data to the peer.
327.It Bq Er ENOENT
328On a one-to-many style socket no address is specified
329so that the association cannot be located or the
330SCTP_ABORT flag was specified on a non-existing association.

--- 24 unchanged lines hidden ---
323On a one-to-one style socket no association exists.
324.It Bq Er ECONNRESET
325An abort was received by the stack while the user was
326attempting to send data to the peer.
327.It Bq Er ENOENT
328On a one-to-many style socket no address is specified
329so that the association cannot be located or the
330SCTP_ABORT flag was specified on a non-existing association.

--- 24 unchanged lines hidden ---