bitrate.hh

来自「COPE the first practical network coding 」· HH 代码 · 共 18 行

HH
18
字号
#ifndef _BITRATE_H#define _BITRATE_H#include <click/config.h>extern unsigned calc_usecs_wifi_packet_tries(int length, 					      int rate, 					      int try0, int tryN);extern unsigned calc_backoff(int rate, int t);extern unsigned calc_usecs_wifi_packet(int length, 				       int rate, int retries);#endif /* _BITRATE_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?