]> rtime.felk.cvut.cz Git - frescor/fwp.git/commit
Do not use connect() for UDP sockets
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 26 Nov 2009 18:17:31 +0000 (19:17 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 26 Nov 2009 18:17:31 +0000 (19:17 +0100)
commit8368f4f3c03bfb998692c3f4c272858c050d7fdd
tree8dbebb224999e86096d4b5bc54b4c621119eb6d3
parentdebb9e19b181a65f07226e719990567651f87fec
Do not use connect() for UDP sockets

If connect() is used to set socket address, we get error when there is
nobody on the receiving side. This breaks our ffmpeg-based tests.
fwp/lib/fwp/fwp_endpoint.c