Re: SCTP stream socket read(2) can block a process

2014-04-15 Thread Bernd Walter
On Wed, Apr 16, 2014 at 01:54:19AM +0200, Bernd Walter wrote: > When using SCTP in TCP like stream style. > socket(2) > connect(2) > write(2) request > read(2) answer > > When the other side disconnects the association (e.g. process restarted) > after the write and before read call the read never

SCTP stream socket read(2) can block a process

2014-04-15 Thread Bernd Walter
When using SCTP in TCP like stream style. socket(2) connect(2) write(2) request read(2) answer When the other side disconnects the association (e.g. process restarted) after the write and before read call the read never returns. With TCP stream sockets the read would return with an error instead.

Re: stream socket

2010-12-23 Thread Daniel Hartmeier
On Thu, Dec 23, 2010 at 05:47:14PM +0330, Mohammad Hedayati wrote: > Suppose we've created a stream socket between two nodes. What happens > if you write large chunks of data into the socket but the other pair > doesn't read that for presumably long time?! Does the connectio

stream socket

2010-12-23 Thread Mohammad Hedayati
Suppose we've created a stream socket between two nodes. What happens if you write large chunks of data into the socket but the other pair doesn't read that for presumably long time?! Does the connection fail or data is missed?! ___ f

6-STABLE + zebra == Can't bind to stream socket

2010-05-03 Thread Marc G. Fournier
:44:18 ZEBRA: Can't bind to stream socket: Can't assign requested address 2010/05/01 01:44:18 ZEBRA: zebra can't provice full functionality due to above error 2010/05/01 01:44:18 ZEBRA: Zebra 0.99.15 starting: v...@2601 So ospfd isn't able to announce / receive routes ...