mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-26 01:33:10 +00:00
22 lines
363 B
Nim
22 lines
363 B
Nim
import
|
|
confutils/defs
|
|
|
|
|
|
type
|
|
LPMixConf* = object
|
|
|
|
destPeerAddr* {.
|
|
desc: "Destination peer address.",
|
|
name: "dp-addr",
|
|
}: string
|
|
|
|
destPeerId* {.
|
|
desc: "Destination peer ID.",
|
|
name: "dp-id",
|
|
}: string
|
|
|
|
port* {.
|
|
desc: "Port to listen on.",
|
|
defaultValue: 50000,
|
|
name: "port",
|
|
}: int |