commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/udp_source_sin


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/udp_source_sink, created. 3.3git-750-ga61fc51
Date: Thu, 13 May 2010 21:24:47 +0100 (BST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, wip/udp_source_sink has been created
        at  a61fc516f5deeef67b48a704c5426c3969d36248 (commit)

- Log -----------------------------------------------------------------
commit a61fc516f5deeef67b48a704c5426c3969d36248
Author: Don Ward <address@hidden>
Date:   Thu May 6 10:02:35 2010 -0400

    Flush pending errors in gr_udp_sink on disconnect()
    
    On some systems (e.g., Debian/lenny) UDP errors are reported on the
    following send() or recv() call.  To avoid having errors (such as
    ECONNREFUSED) from an old connection showing up on the first write
    to a new connection, we do a recv() on disconnect() to flush them.
    This may not work for all errors on all systems, but it works in
    some simple cases of interest.

commit 761a6f97a623e07f51743d70d1962c98b26bb599
Merge: d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff 
e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Don Ward <address@hidden>
Date:   Tue May 4 12:47:53 2010 -0400

    Merge branch 'master' into udp

commit d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff
Author: Don Ward <address@hidden>
Date:   Tue May 4 12:41:52 2010 -0400

    Rework UDP source and sink, with incompatible API changes
    
    Remove source address specifications for sink; add connect() and
    disconnect() to sink; add get_port() to source; add optional EOF
    signaling (using zero-length packets) to sink and source; modify
    dial_tone, vector, and audio examples to match new code; add qa
    test case.

commit dda6ed353551d3493983bd56e0ca8ee8ed4407c5
Merge: 04d3f1954b589656b34298b98e36b8667700d89a 
9038b3530d0ec746f401f3c443e2f862fff5a18e
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 17:00:33 2010 -0400

    Merge branch 'master' into udp

commit 04d3f1954b589656b34298b98e36b8667700d89a
Merge: 3ff43f7487b43436cd0f49de80ebff2c1ff1a188 
a301c47751cb61116ae8f49f6b693b3ca6fbadc3
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 16:39:07 2010 -0400

    Merge branch 'master' into udp

commit 3ff43f7487b43436cd0f49de80ebff2c1ff1a188
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 14:48:56 2010 -0400

    Updates to udp source/sink (select(), wait, cleanup)
    
    Use select() to avoid blocking on recv() in gr_udp_source (only known
    way to avoid blocking on Cygwin).
    
    Add wait argument to gr_udp_source to allow waiting for connection
    or accepting lack of connection as EOF; add --no-wait option to
    dial_tone_sink.py.
    
    Remove system dependencies from .h files; remove unused data members
    and (useless?) public open and close functions.

commit 3b8fcaa640d75573d314fb8616969ad2adf2a099
Author: Don Ward <address@hidden>
Date:   Mon Apr 19 17:02:14 2010 -0400

    Discard data in gr_udp_sink until receiver is started.
    
    Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.

commit d1ae6560ab2b8b5d474e58f865314a6cf18b958c
Author: Don Ward <address@hidden>
Date:   Sun Apr 18 19:01:56 2010 -0400

    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.

commit 545901e335f27600c460f749b66d60155a179492
Author: U-DON-WORKBENCH\Don <address@hidden(none)>
Date:   Sun Apr 18 10:19:30 2010 -0400

    Changes to gr_udp_{source,sink} for MinGW
    
    Initialize and cleanup after winsock DLL. Interpret winsock error
    codes. Use DWORD instead of timeval for setting timeout.

commit b0d32c6c20cadaa544aeaa7b5257919674e8d0ad
Author: Don Ward <address@hidden>
Date:   Thu Apr 15 14:37:04 2010 -0400

    Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
    
    SO_LINGER is not valid for SOCK_DGRAM sockets on Windows, so we
    expect setsockopt to return ENOPROTOOPT (invalid option for
    protocol) on Cygwin and MinGW.  If it happens on any other system
    it should probably be ignored there, too.

-----------------------------------------------------------------------


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]