udp method

void udp(
  1. int port
)

Implementation

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