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
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.
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
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
: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 ...