コード例 #1
0
ファイル: consumers_kit.py プロジェクト: shockjiang/ndnflow
 def __init__(self, Id, name, fout, monitor_out_dir="./", enable_monitor=True, size_fix=None, window_fix=None, rtt_fix=None):
     FlowConsumer.__init__(self, Id=Id, name=name, fout=fout, monitor_out_dir=monitor_out_dir, 
                           size_fix=size_fix, window_fix=window_fix, rtt_fix=None)
コード例 #2
0
 def __init__(self, Id, name, fout, monitor_out_dir="./", enable_monitor=True, size_fix=None, window_fix=None, rtt_fix=None):
     FlowConsumer.__init__(self, Id=Id, name=name, fout=fout, monitor_out_dir=monitor_out_dir, 
                           size_fix=size_fix, window_fix=window_fix, rtt_fix=None)