HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fabioyy

no profile record

comments

fabioyy
·قبل 12 يومًا·discuss
can't believe that is not intentional. fishy
fabioyy
·قبل 3 أشهر·discuss
migraine trigger for me too
fabioyy
·قبل 5 أشهر·discuss
macsec can encrypt data in ethernet for lan, maybe it can solve this
fabioyy
·قبل 8 أشهر·discuss
The numbers seems to be too much near 65535 to be a coincidence.

are you making the request from a single IP address source? are you aware of the limit of using the same source IP address for the same destination IP address ( and port )? ( each connection can have only a unique source address and source port to the destination, maxing out in source 65535 ports ) for the same destination
fabioyy
·قبل 8 أشهر·discuss
what about docker/containerd compatibility? is now possible to run on freebsd?
fabioyy
·قبل 9 أشهر·discuss
no need to mess with the kernel, block on the local machine firewall outgoing RST packet ,create a program that reads raw socket for incoming SYN and answer the syn/ack). but anyway, this technique will not differentiate legitimate connections.
fabioyy
·قبل 10 أشهر·discuss
since google is tier 1 network. does anyone knows if they pay for bandwidth for serving youtube?
fabioyy
·قبل 10 أشهر·discuss
fork is extremely heavy, threads are way lighter, but still opening thousands of threads can become a problem. opening a thread just to wait for a socket operation don't make sense. and the low level requirements to use ( select/iopool syscalls ) is hard. coroutines of async/await solve this problem.
fabioyy
·قبل 5 سنوات·discuss
did you try DPDK?