]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm/TcpAcceptor.cc
Polish client-side: make TcpAcceptor fill out EUI details
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 May 2013 03:02:01 +0000 (21:02 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 May 2013 03:02:01 +0000 (21:02 -0600)
commit83b62d3f9ed575e4f523fd9de917b74878561f53
treef65abf17105d9b85da9a73a6e72582ae2519d6dc
parentcd0c9bca2a8313acc07595d82b2c7ffe908cfc9f
Polish client-side: make TcpAcceptor fill out EUI details

The scope of TcpAcceptor is to receive new TCP connections and to fill
out the state data about the new connectino as much as possible.
EUI details about the client come under that state management.

This change makes EUI details available about https_port and FTP data
connections.
src/Makefile.am
src/client_side.cc
src/comm/TcpAcceptor.cc
src/tests/stub_libeui.cc [new file with mode: 0644]