mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-14 10:21:12 +00:00
Fixed (experi)mental typo.
This commit is contained in:
parent
333c3f18c0
commit
7a5cb21056
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) decoding
|
||||
* [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) decoding
|
||||
*
|
||||
* @todo not optimised (yet), favor correctness over speed, favor speed over size
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) encoding
|
||||
* [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) encoding
|
||||
*
|
||||
* @todo not optimised (yet), favor correctness over speed, favor speed over size
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] Management Information Base II (RFC1213) objects and functions
|
||||
* [EXPERIMENTAL] Management Information Base II (RFC1213) objects and functions
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] SNMP input message processing (RFC1157).
|
||||
* [EXPERIMENTAL] SNMP input message processing (RFC1157).
|
||||
*
|
||||
* EXPIRIMENTAL dumb echo, this is not how the agent should respond.
|
||||
* EXPERIMENTAL dumb echo, this is not how the agent should respond.
|
||||
* This is for test purposes only, DO NOT USE THIS CODE IN REAL WORLD!!
|
||||
*/
|
||||
|
||||
@ -160,7 +160,7 @@ snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr,
|
||||
|
||||
LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_recv varbind cnt=%"U16_F"\n",(u16_t)msg_ps->invb.count));
|
||||
|
||||
/** @todo EXPIRIMENTAL dumb echo, this is not how the agent should respond.
|
||||
/** @todo EXPERIMENTAL dumb echo, this is not how the agent should respond.
|
||||
This is for test purposes only, do not use this in real world!! */
|
||||
msg_ps->outvb = msg_ps->invb;
|
||||
err_ret = snmp_send_response(msg_ps);
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] SNMP output message processing (RFC1157).
|
||||
* [EXPERIMENTAL] SNMP output message processing (RFC1157).
|
||||
*
|
||||
* Output responses and traps are build in two passes:
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) codec.
|
||||
* [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) codec.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPIRIMENTAL] SNMP Agent message handling structures.
|
||||
* [EXPERIMENTAL] SNMP Agent message handling structures.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user