Remove the "to" parameter from NiceOutputMessage
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 01:38:15 +0000 (20:38 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:49:08 +0000 (01:49 -0500)
commit5c235a86dc7ca1e7c9cc01c20ad5b0370c31d1f3
tree5e3faddd755577eb4ff9b3f98851162f2cd01da9
parenta5c8a1415af6b3bf83a425b30c9118089e6a1adb
Remove the "to" parameter from NiceOutputMessage

We never send multiple messages to separate targets in practice, so
this will simplify the code
14 files changed:
agent/agent.c
agent/agent.h
agent/outputstream.c
socket/http.c
socket/pseudossl.c
socket/socket.c
socket/socket.h
socket/socks5.c
socket/tcp-bsd.c
socket/tcp-turn.c
socket/turn.c
socket/udp-bsd.c
tests/test-bsd.c
tests/test-send-recv.c