func setEnableTCPReset()

in proxy.go [181:185]


func setEnableTCPReset(properties map[string]interface{}) {
	if properties != nil {
		properties["enableTcpReset"] = true
	}
}