mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
relay: fix comment
This commit is contained in:
@@ -33,9 +33,9 @@ struct t_relay_server
|
||||
/* example: server for irc protocol */
|
||||
int port; /* listening on this port */
|
||||
/* or UNIX socket, if negative. */
|
||||
char *path; /* listening on this path (UNIX) */
|
||||
char *path; /* listening on this path (UNIX), */
|
||||
/* contains string representation of */
|
||||
/* port if IP */
|
||||
/* port if IP */
|
||||
int ipv4; /* IPv4 protocol enabled */
|
||||
int ipv6; /* IPv6 protocol enabled */
|
||||
int ssl; /* 1 if SSL is enabled */
|
||||
|
||||
Reference in New Issue
Block a user