aboutsummaryrefslogtreecommitdiff
path: root/demo/reqrep/reqrep.c
Commit message (Collapse)AuthorAge
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
|
* zerotier: removedGarrett D'Amore2024-12-26
| | | | | | | | | | All vestiges of ZeroTier have been removed. Also, as consequence, some binary values have changed (specifically the number of the address family used for NNG_AF_ABSTRACT.) We may create a new ZeroTier transport that makes use of lwIP to provide for ZeroTier and native host network coexistence, without requiring ZeroTier to participate in the native networking stack.
* update demos to not use deprecated functions (#1531)Edward Rudd2021-11-27
|
* Extend the reqdep demo with ZeroTier transport (#1439)janjaapbos2021-04-10
| | | | | * Extend the reqdep demo with ZeroTier transport * tab indentation
* Fix copyright, reflow code.Garrett D'Amore2018-03-02
|
* Add reqrep demo, but demonstrate zero copy, and sending binary data.Garrett D'Amore2018-02-08