Skip to content

Commit

Permalink
Merge branch 'develop' into fix/cisco-tz-in-host
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 19, 2020
2 parents 2609ecc + d134a54 commit 3131bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/go_templates/source_network.t
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source s_{{ .port_id }} {
{{- range split (getenv (print "SC4S_LISTEN_" .port_id "_TLS_PORT") "6514") "," }}
network(
transport("tls")
port({{ getenv (print "SC4S_LISTEN_" .port_id "_TLS_PORT") "6514" }})
port({{ . }})
ip-protocol(4)
max-connections({{getenv "SC4S_SOURCE_TCP_MAX_CONNECTIONS" "2000"}})
log-iw-size({{getenv "SC4S_SOURCE_TCP_IW_SIZE" "20000000"}})
Expand Down

0 comments on commit 3131bc1

Please sign in to comment.