|
Ring Daemon
|
#include <gittransport.h>

Public Attributes | |
| git_smart_subtransport_stream | base |
| std::string | cmd {} |
| unsigned | sent_command: 1 |
| std::weak_ptr< dhtnet::ChannelSocket > | socket |
| std::string | url {} |
Definition at line 37 of file gittransport.h.
| git_smart_subtransport_stream P2PStream::base |
Definition at line 39 of file gittransport.h.
| std::string P2PStream::cmd {} |
Definition at line 42 of file gittransport.h.
Referenced by sendCmd().
| unsigned P2PStream::sent_command |
Definition at line 44 of file gittransport.h.
Referenced by sendCmd().
| std::weak_ptr<dhtnet::ChannelSocket> P2PStream::socket |
Definition at line 40 of file gittransport.h.
Referenced by P2PStreamRead(), P2PStreamWrite(), and sendCmd().
| std::string P2PStream::url {} |
Definition at line 43 of file gittransport.h.
Referenced by sendCmd().