Definition at line 467 of file dcc.cpp.
Public Attributes | |
FILE * | f |
File handle. | |
bool | is_file_server_proto |
Is this connection a DCC file server protocol? | |
time_t | last_packet |
Timestamp of last packet that has been received. | |
string | original_name |
Original name of the file on the remote side. | |
size_t | received |
Number of bytes that has been received. | |
bool | response_sent |
Has we sent response? (4 bytes of received size). | |
size_t | size |
Size of the file. | |
char | tmp_file_name [1024] |
Internal name of file. |
|
File handle.
Definition at line 469 of file dcc.cpp. Referenced by s_dcc_client::s_dcc_client(), and s_dcc_client::~s_dcc_client(). |
|
Is this connection a DCC file server protocol?
Definition at line 475 of file dcc.cpp. Referenced by dcc_loop(), irc_quoted_callback(), and s_dcc_client::s_dcc_client(). |
|
Timestamp of last packet that has been received.
Definition at line 472 of file dcc.cpp. Referenced by s_dcc_client::s_dcc_client(). |
|
Original name of the file on the remote side.
Definition at line 474 of file dcc.cpp. Referenced by dcc_loop(), irc_quoted_callback(), and s_dcc_client::s_dcc_client(). |
|
Number of bytes that has been received.
Definition at line 471 of file dcc.cpp. Referenced by s_dcc_client::s_dcc_client(). |
|
Has we sent response? (4 bytes of received size).
Definition at line 473 of file dcc.cpp. Referenced by s_dcc_client::s_dcc_client(). |
|
Size of the file.
Definition at line 470 of file dcc.cpp. Referenced by dcc_loop(), irc_quoted_callback(), and s_dcc_client::s_dcc_client(). |
|
Internal name of file.
Definition at line 468 of file dcc.cpp. Referenced by s_dcc_client::s_dcc_client(). |