repo.or.cz
/
yahns.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
don't set listen(2) backlog on inherited sockets
[yahns.git]
/
lib
/
yahns
/
unix_server.rb
blob
7d1b6d4cf998d766e9c4ddb179cd7576b5547da4
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