diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-07-02 12:44:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-07-02 12:44:42 -0700 |
| commit | a772bcc6ebe198f939889abbda18eded2a326941 (patch) | |
| tree | ab48eefaefdb242682fbe84c89a0557307242946 /src/core/socket.h | |
| parent | 63418ae95eb9d61d2cffa56f7e8fbdb48aaaf703 (diff) | |
| download | nng-a772bcc6ebe198f939889abbda18eded2a326941.tar.gz nng-a772bcc6ebe198f939889abbda18eded2a326941.tar.bz2 nng-a772bcc6ebe198f939889abbda18eded2a326941.zip | |
fixes #564 Race regression caused by#522
fixes #565 Option getting should validate sizes more aggressively
fixes #563 Reconnect timeouts should be settable on dialers
fixes #562 pipe test is fragile
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 184cfb64..37256571 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -64,8 +64,6 @@ extern nni_msgq *nni_sock_sendq(nni_sock *); // inject incoming messages from pipes to it. extern nni_msgq *nni_sock_recvq(nni_sock *); -extern void nni_sock_reconntimes(nni_sock *, nni_duration *, nni_duration *); - // nni_sock_flags returns the socket flags, used to indicate whether read // and or write are appropriate for the protocol. extern uint32_t nni_sock_flags(nni_sock *); |
