unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
362 stars 94 forks source link

fix(client): #69 batch command use async socket #71

Closed jagu-sayan closed 8 years ago

jagu-sayan commented 8 years ago

Add -c command using by loop_batch function Add recv_timeout to try to get all data in an amount of time instead of blocking indefinetly Use non blocking socket in batch command Use SO_REUSEADDR to avoid socket error when we run the client multiple times

ghost commented 8 years ago

This looks ok to me, good job. :fries:

ghost commented 8 years ago

This closes #69