1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

fsp: Comment about connection.data_socket.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-05 19:34:19 +02:00 committed by Kalle Olavi Niemitalo
parent 136ff42bb1
commit 80a3019a2f

View File

@ -47,7 +47,7 @@ struct connection {
struct socket *socket;
/* The data socket. It is used, when @socket is used for the control,
* and the actual data is transmitted through a different channel. */
/* The only users now is FTP and SMB. */
/* The only users now are FTP, FSP, and SMB. */
struct socket *data_socket;
int tries;