Added the ability to get the local port of a memcache_instance_st.
authorNicolas Van Eenaeme <nicolas@poison.be>
Tue, 19 Nov 2013 22:25:45 +0000 (23:25 +0100)
committerNicolas Van Eenaeme <nicolas@poison.be>
Tue, 19 Nov 2013 22:25:45 +0000 (23:25 +0100)
commitec50b15e196594c059c2d6d9a5a7b810b714bd53
tree077fec4ea8aa111d7715c8209ee1a0ed967cc6a3
parente5e68ea1b5afaf29870a5f5faf5908d32fbd1c70
Added the ability to get the local port of a memcache_instance_st.
Sometimes when you're hunting bugs on a production webserver (with multiple workers) you want to tcpdump and see what's going on.
This patch adds the memcached_server_srcport method to the library which returns the local sourceport of the connection (if there's a connection).
We use it a lot.
libmemcached-1.0/server.h
libmemcached/server.cc