tcp method

void tcp(
  1. int port
)

Implementation

void tcp(int port) {
  _add(Protocol.tcp, port);
}