unix域套接字sendto错误码分析
参考资料
https://blog.csdn.net/guotianqing/article/details/80808169
https://blog.csdn.net/guotianqing/article/details/80795353
https://www.cnblogs.com/skynet/archive/2010/12/04/1881236.html
问题现象
unix域数据报套接字实现线程间通信,在非阻塞模式下出现了send失败的现象
单次发送最大字节数超过一个阈值**(160K?)**后,会报错“sendto error: Message too long”
发送模式处于非阻塞模式下会报错“sendto error: Resource temporarily unavailable”