# File lib/gelf/transport/udp.rb, line 21
      def close
        socket = get_socket
        socket.close if socket
      end