Comment by brcmthrowaway Comment by brcmthrowaway 21 hours ago 1 reply Copy Link View on Hacker News If a PC can do 10Gbps, are there any cycles left for other stuff?
Copy Link soneil 20 hours ago Collapse Comment - bps are easy. packets per second is the crunch. Say you've got 64 bytes per packet, which would be a worst-case-scenario - you're down to 150Mpacket/sec. Sending one byte after another is the easy bit, the decisions are made per-packet. Reply View | 0 replies
bps are easy. packets per second is the crunch. Say you've got 64 bytes per packet, which would be a worst-case-scenario - you're down to 150Mpacket/sec. Sending one byte after another is the easy bit, the decisions are made per-packet.