]> git.meshlink.io Git - catta/commit
* split packet scheduler into three seperate parts
authorLennart Poettering <lennart@poettering.net>
Tue, 17 May 2005 00:03:50 +0000 (00:03 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 May 2005 00:03:50 +0000 (00:03 +0000)
commit28d336020ca1f6dbb88d64cac3ffdd1a67ee3de7
tree3562ceea432fa92aed64c3c8b365555165c87318
parent7ef880c32da573ba044cde87ae99a98a6038b7d1
* split packet scheduler into three seperate parts
* test against Aplle test suit, most tests pass now
* suppress auxiliary records by known answers
* handle very large records

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@74 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
22 files changed:
avahi-core/Makefile.am
avahi-core/announce.c
avahi-core/conformance-test.c [new file with mode: 0644]
avahi-core/iface.c
avahi-core/iface.h
avahi-core/probe-sched.c [new file with mode: 0644]
avahi-core/probe-sched.h [new file with mode: 0644]
avahi-core/psched.c [deleted file]
avahi-core/psched.h [deleted file]
avahi-core/query-sched.c [new file with mode: 0644]
avahi-core/query-sched.h [new file with mode: 0644]
avahi-core/response-sched.c [new file with mode: 0644]
avahi-core/response-sched.h [new file with mode: 0644]
avahi-core/rr.c
avahi-core/rr.h
avahi-core/rrlist.c
avahi-core/rrlist.h
avahi-core/server.c
avahi-core/server.h
avahi-core/util.c
avahi-core/util.h
todo