class Puma::Server

def tcp_cork_supported?

Other tags:
    Version: - 5.0.0
def tcp_cork_supported?
  Socket.const_defined?(:TCP_CORK) && Socket.const_defined?(:IPPROTO_TCP)
end