brsisr
Newbie level 1
I have a very strange situation with VxWorks sockets.
I define the tcp socket ,with option TCP no delay.The socket is not blocking.
I tried to send some data on the socket and receive error(warning) :would block.
so I add this this list to tx set and and call to select function.I see that immediately the select return with this socket as ready but when I try to send data I receive again wouldblock error.
During the timeout 8 sec I receive the error 1600000 times.
Any ideas?
I define the tcp socket ,with option TCP no delay.The socket is not blocking.
I tried to send some data on the socket and receive error(warning) :would block.
so I add this this list to tx set and and call to select function.I see that immediately the select return with this socket as ready but when I try to send data I receive again wouldblock error.
During the timeout 8 sec I receive the error 1600000 times.
Any ideas?