Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q quickfix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • quickfixgo
  • quickfix
  • Issues
  • #388
Closed
Open
Issue created Nov 12, 2019 by Administrator@rootContributor

Publicly expose underlying net.Conn connections

Created by: mirceapasoi

I'm using the Acceptor from quickfixgo to maintain a bunch of FIX connections, and I'd like to implement IP whitelisting functionality.

From what I can tell, the Acceptor maintains a private net.Listener for managing the TCP connections: https://github.com/quickfixgo/quickfix/blob/master/acceptor.go#L140

Would it be possible to publicly expose the underlying net.Conn connections, so I can access RemoteAddr for whitelisting?

Assignee
Assign to
Time tracking