瀏覽代碼

Add ETIMEDOUT

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
90d859c34b
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c 查看文件

64
 	{ EACCES, "Permission denied" },
64
 	{ EACCES, "Permission denied" },
65
 	{ ENOENT, "File not found" },
65
 	{ ENOENT, "File not found" },
66
 	{ ENETUNREACH, "Network unreachable" },
66
 	{ ENETUNREACH, "Network unreachable" },
67
+	{ ETIMEDOUT, "Connection timed out" },
67
 };
68
 };

Loading…
取消
儲存