|
|
|
|
|
by tjalfi
3335 days ago
|
|
V8 doesn't have a /dev/tcp man page but the interface is documented at /usr/include/sys/inet/tcp_user.h[0]. Here are the commands I used to identify the right file. find . -type f -print0 | xargs -0 grep -I "/dev/tcp" | less [0] https://pastebin.com/8RT5vpH6 Edited to add the command sequence for the historical record. Edited again to fix wording of the first sentence. |
|