blob: 56864fd7a96296e75029ea1c743a3dad53c4155c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Samplicator Config File
#
# Format:
# a.b.c.d[/e.f.g.h]: destination
# a.b.c.d is the sender's IP address
# e.f.g.h is a mask to apply to the sender (default 255.255.255.255)
#
# Destination Format:
# <addr>[/<port>[/<interval>[,ttl]]]
# <addr> IP address of the receiver
# <port> port UDP number of the receiver (default 2000)
# <freq> number of received datagrams between successive
# copied datagrams for this receiver.
# <ttl> The TTL (IPv4) or hop-limit (IPv6) for
# outgoing datagrams.
#
# Example:
# 10.0.0.1/255.255.255.0: 10.0.0.42/1025
|