# start here, on_data called where thereis data on a socket(data can be partial-packet)
def on_data bytes
  @stream << bytes
...

Ruby Packet handling in network-app

by Bubonic Pestilence, May 07, 2011 04:51, 4 refactorings, tagged with ruby, networking, packet

Just looking for better arc...

8bb326c6aeddd50cdabca0716a4233b6 Talk