Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0593e9e1
Commit
0593e9e1
authored
Apr 17, 1999
by
Per Cederqvist
Browse files
Added limited support for fd relocation. Error handling still needed.
parent
5977f153
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/ChangeLog
View file @
0593e9e1
1999-04-17 Per Cederqvist <ceder@gratia>
Added limited support for fd relocation. Error handling still
needed.
* src/isc_udp.c (isc_createudp): Relocate the fd.
* src/isc_tcp.c (isc_tcp_accept_fn): isc_createtcp will close the
file descriptor if it fails, so don't re-close it here.
isc_createtcp will also set the fd attribute of the session; don't
set it again.
(isc_createtcp): Relocate the fd. Be careful to always close it
if an error occurs.
* src/isc_relocate.c (isc_relocate_fd): New file and function.
This is still a dummy implementation.
* src/isc_master.c (isc_initialize): Expect master config version
1006 and session config 1002. Handle fd_relocate.
* src/isc.h (IscSessionConfig): Added fd_relocate.
* src/intern.h (isc_relocate_fd): New function.
* src/Makefile.am (libisc_a_SOURCES): Added isc_relocate.c.
1999-04-16 Per Cederqvist <ceder@gratia>
Simplify the use of IscHandlerList. (This needs more
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment