Merge remote branch 'gnuradio/wip/udp_source_sink'
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Sun, 23 May 2010 20:36:44 +0000 (13:36 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Sun, 23 May 2010 20:36:44 +0000 (13:36 -0700)
commit6c0f2f5a5e4eddefc52c272c4b92065a225be3c5
tree5fc909d73455c015ba60c08cfd667d9c004c7dd4
parent62f8c06058435ed3e16f20327bb07bd29e4d8386
parentb32e803b1bee283033c976a4656bc0af4fe9461f
Merge remote branch 'gnuradio/wip/udp_source_sink'

* gnuradio/wip/udp_source_sink:
  gnuradio-core: update copyrights
  gnuradio-core: allow swig to handle exceptions in UDP source/sink
  grc: update UDP source and sink block wrappers
  Simplify USE_SELECT usage
  Return immediately when using d_residual.
  Defend against a peer that sends an invalid message length.
  Move initialization of select timeout
  Correct update of d_temp_offset (parallel construction)
  Identify memory leaks that occur on error conditions
  Use -1 as file descriptor "not open" value instead of 0
  Add additional conditionalization of networking includes
  Flush pending errors in gr_udp_sink on disconnect()
  Rework UDP source and sink, with incompatible API changes
  Updates to udp source/sink (select(), wait, cleanup)
  Discard data in gr_udp_sink until receiver is started.
  Use getaddrinfo in gr_udp_{source,sink}
  Changes to gr_udp_{source,sink} for MinGW
  Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
configure.ac
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_sink.i
gnuradio-core/src/lib/io/gr_udp_source.cc
gnuradio-core/src/lib/io/gr_udp_source.h
gnuradio-core/src/lib/io/gr_udp_source.i