]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- ap_listen.h: interface to Listen, ListenBackLog and SendBufferSize
authordgaudet <dgaudet@unknown>
Fri, 25 Jun 1999 01:25:11 +0000 (01:25 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 25 Jun 1999 01:25:11 +0000 (01:25 +0000)
commit405ecf711c2d012b57dfb3f2c236285fb07d8bd6
tree0254c21a9e74c82f6d993aa3605bc2f121ec946e
parent0b5e2611bb7d6b08f08bc47197157cac00a4329f
- ap_listen.h: interface to Listen, ListenBackLog and SendBufferSize
  directives
- I didn't update mpmt_pthread with this change, it shouldn't be hard to fix.
- maybe this isn't the best way to abstract listen... but it gets a little
  bit of the job done

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83385 13f79535-47bb-0310-9956-ffa450edef68
include/ap_listen.h [new file with mode: 0644]
server/listen.c [new file with mode: 0644]
server/mpm/prefork/prefork.c