Use getaddrinfo in gr_udp_{source,sink}
authorDon Ward <don2387ward@sprynet.com>
Sun, 18 Apr 2010 23:01:56 +0000 (19:01 -0400)
committerDon Ward <don2387ward@sprynet.com>
Sun, 18 Apr 2010 23:01:56 +0000 (19:01 -0400)
commitd1ae6560ab2b8b5d474e58f865314a6cf18b958c
treebfcc3e3dce45352d2621b11be2cb73575edc2a6b
parent545901e335f27600c460f749b66d60155a179492
Use getaddrinfo in gr_udp_{source,sink}

Using getaddrinfo allows more common code between posix and winsock
systems.  Remove unused variables and #include files.  Close sockets
when done.
gnuradio-core/src/lib/io/gr_udp_sink.cc
gnuradio-core/src/lib/io/gr_udp_sink.h
gnuradio-core/src/lib/io/gr_udp_source.cc
gnuradio-core/src/lib/io/gr_udp_source.h [changed mode: 0644->0755]