don't set listen(2) backlog on inherited sockets
[yahns.git] / lib / yahns / unix_server.rb
blob7d1b6d4cf998d766e9c4ddb179cd7576b5547da4
1 # -*- encoding: binary -*-
2 # Copyright (C) 2013-2016 all contributors <[email protected]>
3 # License: GPL-3.0+ (see COPYING for details)
4 # frozen_string_literal: true
5 require_relative 'acceptor'
6 class Yahns::UNIXServer < Kgio::UNIXServer # :nodoc:
7   include Yahns::Acceptor
8 end