# File lib/msf/core/exploit/capture.rb, line 48
        def stats_recv
                return(0) if not self.capture
                self.capture.stats['recv']
        end