You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsure why this is the case, netcat sits in a poll syscall and never returns. tcpdump shows data being sent. We may want to write our own listener that only does recvfrom() in a loop.
The text was updated successfully, but these errors were encountered:
I feel like this is going to tie into #12, which kind of sits in limbo as far as my understanding goes. I think I remember the decision being made that we'll do pcap on the game vm, so where do we want the logserver to sit? Do we want to use Log() to dump traffic on a pcre hit, or will we just comb the pcap for the offending traffic?
unsure why this is the case, netcat sits in a poll syscall and never returns. tcpdump shows data being sent. We may want to write our own listener that only does recvfrom() in a loop.
The text was updated successfully, but these errors were encountered: