[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/core/snmp msg_in.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/core/snmp msg_in.c |
Date: |
Wed, 27 Jan 2010 17:36:37 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 10/01/27 17:36:37
Modified files:
src/core/snmp : msg_in.c
Log message:
snmp_recv: don't peek the UDP header, p->tot_len does the same; no need
for the extra checks at the beginning; don't use so many if/else but if/return
instead to make the code more readable
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/snmp/msg_in.c?cvsroot=lwip&r1=1.39&r2=1.40
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] lwip/src/core/snmp msg_in.c,
Simon Goldschmidt <=