Send kea-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."


Today's Topics:

   1. Re:  Proposed design for DHCP4o6 in Kea (Francis Dupont)


----------------------------------------------------------------------

Message: 1
Date: Fri, 21 Aug 2015 10:36:33 +0000
From: Francis Dupont <[email protected]>
To: Francis Dupont <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [kea-dev] Proposed design for DHCP4o6 in Kea
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Another important point: ISC DHCP uses datagram (UDP) sockets so
messages are atomically sent and *received*. The command socket is
a stream which BTW makes the whole feature a bit sensitive to partial
commands (e.g., either the parser can block waiting a missing closing
brace, or the parser fails if a command is fragmented at the transport
level).

Regards

Francis Dupont <[email protected]>

PS: I had a long time ago a nasty bug with exactly this issue: an Unix
socket which was a SOCK_STREAM when it must be in fact a SOCK_DGRAM.
So I can confirm it can become a critical point and it is pretty hard
to debug...


------------------------------

_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev

End of kea-dev Digest, Vol 17, Issue 15
***************************************

Reply via email to