Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdiez17
3846 days ago
Looks like it does hook select:
https://github.com/pc/tsocks/blob/master/tsocks.c#L343
. However, it doesn't hook epoll, which is The Right Way to do operations on any number of sockets nowadays.
1 comments
tomn
3846 days ago
Ah yeah, thanks, that makes a bit more sense.
link