Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmsg_out.c File Reference #include "lwip/opt.h"Go to the source code of this file. Detailed DescriptionSNMP output message processing (RFC1157). Output responses and traps are build in two passes: Pass 0: iterate over the output message backwards to determine encoding lengths Pass 1: the actual forward encoding of internal form into ASN1 The single-pass encoding method described by Comer & Stevens requires extra buffer space and copying for reversal of the packet. The buffer requirement can be prohibitively large for big payloads (>= 484) therefore we use the two encoding passes. Definition in file msg_out.c. Generated on Sun May 27 2012 06:03:40 for ReactOS by
1.7.6.1
|