mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
fsp: Comment about connection.data_socket.
This commit is contained in:
parent
136ff42bb1
commit
80a3019a2f
@ -47,7 +47,7 @@ struct connection {
|
|||||||
struct socket *socket;
|
struct socket *socket;
|
||||||
/* The data socket. It is used, when @socket is used for the control,
|
/* The data socket. It is used, when @socket is used for the control,
|
||||||
* and the actual data is transmitted through a different channel. */
|
* 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;
|
struct socket *data_socket;
|
||||||
|
|
||||||
int tries;
|
int tries;
|
||||||
|
Loading…
Reference in New Issue
Block a user