Skip to content

NAT traversal: cleanup old functions #219

Open
@Ansa89

Description

@Ansa89

After the introduction of nat traversal code, there are some functions that can be removed (adapting the rest of the code).
The functions are:

  • new_networking()
  • new_networking_ex()
  • new_TCP_server()

The solution is to rename new_networking_nat() to new_networking() and get rid of all its occurrences into the code; then doing the same for new_TCP_server_nat().

Metadata

Metadata

Assignees

Labels

P3Low prioritycleanupInternal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.good first issueGood first issuenetworkNetwork

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions