TuyaOS
宏定义
tftp_opts.h 文件参考

Trivial File Transfer Protocol (RFC 1350) implementation options 更多...

#include "lwip/opt.h"
#include "lwip/prot/iana.h"
tftp_opts.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define TFTP_DEBUG   LWIP_DBG_OFF
 
#define TFTP_MAX_FILENAME_LEN   20
 
#define TFTP_MAX_MODE_LEN   7
 
#define TFTP_MAX_RETRIES   5
 
#define TFTP_PORT   LWIP_IANA_PORT_TFTP
 
#define TFTP_TIMEOUT_MSECS   10000
 
#define TFTP_TIMER_MSECS   (TFTP_TIMEOUT_MSECS / 10)
 

详细描述

Trivial File Transfer Protocol (RFC 1350) implementation options

作者
Logan Gunthorpe logan.nosp@m.g@de.nosp@m.ltate.nosp@m.e.co.nosp@m.m

Copyright (c) Deltatee Enterprises Ltd. 2013 All rights reserved.