⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 maint-buf.h

📁 DSR-UU is a DSR implementation that runs in Linux and in the ns-2 network simulator. DSR-UU imple
💻 H
字号:
/* Copyright (C) Uppsala University * * This file is distributed under the terms of the GNU general Public * License (GPL), see the file LICENSE * * Author: Erik Nordström, <erikn@it.uu.se> */#ifndef _MAINT_BUF_H#define _MAINT_BUF_H#ifndef NO_DECLSint maint_buf_init(void);void maint_buf_cleanup(void);void maint_buf_set_max_len(unsigned int max_len);int maint_buf_add(struct dsr_pkt *dp);int maint_buf_del_all(struct in_addr nxt_hop);int maint_buf_del_all_id(struct in_addr nxt_hop, unsigned short id);int maint_buf_del_addr(struct in_addr nxt_hop);void maint_buf_set_timeout(void);void maint_buf_timeout(unsigned long data);int maint_buf_salvage(struct dsr_pkt *dp);#endif				/* NO_DECLS */#endif				/* _MAINT_BUF_H */

⌨️ 快捷键说明

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