diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-17 13:46:31 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-17 13:46:31 -0800 |
commit | 37365d1c93ad330a71fa2f6640fe9ce9a7aedad8 (patch) | |
tree | e00f806a6af91d3b66ea125cfc55976a8e727b2a /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | 0e66165d43d896bbc263dcf3481b94450d7de89f (diff) | |
download | uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.tar.gz uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.tar.bz2 uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.zip |
udp_ports: host code tweaks, seems to be closer to working
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index ca4a463b7..3f8da5fda 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -212,7 +212,7 @@ sep_indexed_dev_addrs(device_addr); dev_addr_i["addr"], num2str(USRP2_UDP_DATA_PORT), device_addr )); err0_transports.push_back(udp_zero_copy::make( - dev_addr_i["addr"], num2str(USRP2_UDP_ERR0_PORT), device_addr + dev_addr_i["addr"], num2str(USRP2_UDP_ERR0_PORT), device_addr_t() )); } |