Tapreader socket should be bound to localhost only.
This commit is contained in:
parent
03f3fc01e8
commit
40f02ff8ee
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ bool setup_device(void)
|
||||||
.ai_family = AF_UNSPEC,
|
.ai_family = AF_UNSPEC,
|
||||||
.ai_socktype = SOCK_STREAM,
|
.ai_socktype = SOCK_STREAM,
|
||||||
.ai_protocol = IPPROTO_TCP,
|
.ai_protocol = IPPROTO_TCP,
|
||||||
.ai_flags = AI_PASSIVE,
|
.ai_flags = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
cp();
|
cp();
|
||||||
|
|
Loading…
Reference in a new issue