思考要在空白頁
Passion & Innovation - I write, therefore I am
2013/05/21
解開 fd_set size limitation
寫 socket programming 時會用 select 搭配 fd_set 來偵測 file descriptor 是否可讀寫
但 Linux 系統預設的 fd_set size 只有 1024,若同時間處理的 fd 超過 1024 就會出問題
修改下面這兩個檔案,重新 build application 時就會引用到新的 define 值
/usr/include/bits/typesizes.h:
#define __FD_SETSIZE 1024
/usr/include/linux/posix_types.h:
#define __FD_SETSIZE 1024
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)