summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/tcp_connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* blocks: added 'MTU' (buffer size) & 'no_delay' params to 'tcp_connection' ↵Balint Seeber2014-03-271-4/+4
| | | | (no longer uses fixed buffer)
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+5
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+1
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* blocks: added includes necessary for Windows compilationNicholas Corgan2013-03-051-0/+1
|
* blocks: added gr::blocks::socket_pduJohnathan Corgan2013-02-281-0/+60