Skip to content
  • Nicolas Dufresne's avatar
    Implement GProxyConnection a GIOStream+GTcpConn wrapper · ee3dbf74
    Nicolas Dufresne authored
    This class inherit from GTcpConnection by refing the socket of
    an existing GTcpConnection and wraps a custom GIOStream into itself. This
    is to allow implementing proxies that alters data stream, like when using
    GSSAPI privacy inside SOCKS5.
    ee3dbf74