[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/include/lwip dns.h
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/include/lwip dns.h |
Date: |
Tue, 20 Nov 2007 20:28:06 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 07/11/20 20:28:06
Modified files:
src/include/lwip: dns.h
Log message:
Added function documentation to dns.c, removed function documentation
from dns.h (functions should be documented where they are implemented!),
dns_table_entry doesn't have to be packed (slower, bigger code for most
machines), converted dns_init to return void, dns_table is implicitly
initialized to zero, dns_lookup can be static, dns_send returns correct error
values, added some asserts, compacted dns_recv using some (ugly) gotos,
compacted dns_gethostbyname by combining the same return value
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/dns.h?cvsroot=lwip&r1=1.7&r2=1.8