frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
734 stars 242 forks source link

Does socket.listen allow multiple simultaneous accesses? #699

Open DoranekoSystems opened 1 year ago

DoranekoSystems commented 1 year ago

I am trying to implement a tcp server with multiple simultaneous connections. I previously implemented it in python and javascript, but wanted to port it to javascript only. Even with the following implementation, I feel that the first connection is broken after the second access.

https://github.com/frida/frida/issues/814