Actions
Bug #3433
closedError that occurs by BasicSocket#sendmsg
Bug #3433:
Error that occurs by BasicSocket#sendmsg
Description
=begin
r24199と関連するのですが、sendmsgが実装されていない場合に発生するエラーとして、
こちらの環境ではNotImplementedErrorではなくErrno::ENOSYSが発生します。
ドキュメントにはエラーについて書いていないのですが、どちらが正解かまた両方ありえるのか、
どうなんでしょうか?
これで、
test_udp_server(TestSocket)
test_sendmsg_nonblock_error(TestSocketNonblock)
がErrorになっています。
=end
Actions