Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTheOptimist committed Jul 14, 2022
1 parent 6ec0de5 commit ec8b3fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions library/common/network/socket_tag_socket_option_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
namespace Envoy {
namespace Network {

class SocketTag {};

/**
* This is a "synthetic" socket option implementation, which sets the source IP/port of a socket
* using a provided IP address (and maybe port) during bind.
*
* Based on the OriginalSrcSocketOption extension.
* This is a "synthetic" socket option implementation, which sets the android socket tag
* during bind.
*/
class SocketTagSocketOptionImpl : public Network::Socket::Option {
public:
Expand Down

0 comments on commit ec8b3fa

Please sign in to comment.