exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

packet_callback() in execap.c is too long #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
packet_callback() is the heart of execap and the function is too long.  It 
should be split up into a few different functions and the executable writing to 
disk should be threaded out so that it isn't in the packet-handling critical 
path.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 11 May 2011 at 11:20