resolved: name TCP and UDP socket calls uniformly
authorLennart Poettering <lennart@poettering.net>
Fri, 25 Dec 2015 14:57:49 +0000 (15:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 26 Dec 2015 18:09:11 +0000 (19:09 +0100)
commit49cce12d4a07a77c6321b743e538c648d33c037c
tree728262855fb1b7f33d4fc5f7f74d01cc6a64ef32
parentb652d4a2099d1c167584dcc1d179d47c58dc38a2
resolved: name TCP and UDP socket calls uniformly

Previously the calls for emitting DNS UDP packets were just called
dns_{transacion|scope}_emit(), but the one to establish a DNS TCP
connection was called dns_transaction_open_tcp(). Clean this up, and
rename them dns_{transaction|scope}_emit_udp() and
dns_transaction_open_tcp().
src/resolve/resolved-dns-scope.c
src/resolve/resolved-dns-scope.h
src/resolve/resolved-dns-transaction.c