Skip to content

Commit 0b5c1d7

Browse files
author
someguy
committed
Use the term 'Protocol' instead of 'SocketType' to distinguish between UDP and TCP.
1 parent 69c38ec commit 0b5c1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/systemd-netlogd.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Network]
22
#Address=239.0.0.1:6000
3-
#SocketType=udp
3+
#Protocol=udp

src/netlog/netlog-gperf.gperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ struct ConfigPerfItem;
1616
%includes
1717
%%
1818
Network.Address, config_parse_netlog_remote_address, 0, 0
19-
Network.SocketType, config_parse_socket_type, 0, offsetof(Manager, socket_type)
19+
Network.Protocol, config_parse_socket_type, 0, offsetof(Manager, socket_type)
2020
Network.StructuredData, config_parse_string, 0, offsetof(Manager, structured_data)

0 commit comments

Comments
 (0)