Skip to content

Commit ee590e1

Browse files
committed
Asked to define MAX_SOCKS=10
1 parent d2e0ec5 commit ee590e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/roadmap/phase-0/stage-5-a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Add this to global variables:
109109
```c
110110
int listen_sock_fd, epoll_fd;
111111
struct epoll_event events[MAX_EPOLL_EVENTS];
112-
int route_table[MAX_SOCKS][2], route_table_size = 0;
112+
int route_table[MAX_SOCKS][2], route_table_size = 0; //Define MAX_SOCKS=10
113113
```
114114

115115
:::

0 commit comments

Comments
 (0)