出现问题:epoll_wait:Bad file descriptor

原因:IO时间的socket描述符在epoll_ctl处理前就关闭了。

解决方法:不要在epoll_ctl之前关闭socket描述符。

相关文章:

  • 2021-08-06
  • 2021-09-03
  • 2021-10-02
  • 2021-07-14
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-08-11
  • 2021-06-06
  • 2021-10-08
  • 2021-05-13
相关资源
相似解决方案