jmoiron plays the blues

5789d354 to gaspar change the socket shutdown sequence to catch "Not connected error", which we don't care about, and fix the test suite on osx where eventlet does not build an epoll hub
f60ecfd7 to gaspar fix a weird issue where closed zmq sockets with linger set to 0 never get evicted from the eventlet hub; since this bug is not important to us and only shows up in unit testing, reset the hub after each test
756dc804 to gaspar adding a test that verifies zmq deals with big messages (the bug i was looking for ended up being in my own socket handling code)