[nanomsg] Binding maintainers: Unused error codes

  • From: Martin Sustrik <sustrik@xxxxxxxxxx>
  • To: nanomsg <nanomsg@xxxxxxxxxxxxx>
  • Date: Tue, 27 Aug 2013 17:11:52 +0200

Hi all,

As pointed out in issue #108 there are several error codes reported by nn_symbol() function that are never returned from the library. Namely:

    ECONNREFUSED
    EINPROGRESS
    ENETDOWN
    ENOBUFS
    ENOTSOCK
    EPROTO

It would be cleaner to remove these symbols from nn_symbol().

However, if anyone things that would a threat to backward compatibility, please do say so. We'll leave the symbols in place in such case.

Thanks!
Martin

Other related posts: