# File lib/celluloid/io/tcp_socket.rb, line 104 def recv(maxlen, flags = nil) raise NotImplementedError, "flags not supported" if flags && !flags.zero? readpartial(maxlen) end