bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 8/8] include: add a payload-aware intran mutator for device_t


From: Samuel Thibault
Subject: Re: [PATCH 8/8] include: add a payload-aware intran mutator for device_t
Date: Wed, 1 Oct 2014 01:18:11 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Ack.

Justus Winter, le Thu 18 Sep 2014 15:22:50 +0200, a écrit :
> * include/device/device_types.defs (device_t): Add a payload-aware
> intran mutator.
> ---
>  include/device/device_types.defs | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/device/device_types.defs 
> b/include/device/device_types.defs
> index ff6cff6..49cc271 100644
> --- a/include/device/device_types.defs
> +++ b/include/device/device_types.defs
> @@ -63,6 +63,9 @@ type device_t = mach_port_t
>  #ifdef       DEVICE_INTRAN
>               intran: DEVICE_INTRAN
>  #endif
> +#ifdef       DEVICE_INTRAN_PAYLOAD
> +             intranpayload: DEVICE_INTRAN_PAYLOAD
> +#endif
>  #ifdef       DEVICE_OUTTRAN
>               outtran: DEVICE_OUTTRAN
>  #endif
> -- 
> 2.1.0
> 

-- 
Samuel
/*
 * [...] Note that 120 sec is defined in the protocol as the maximum
 * possible RTT.  I guess we'll have to use something other than TCP
 * to talk to the University of Mars.
 * PAWS allows us longer timeouts and large windows, so once implemented
 * ftp to mars will work nicely.
 */
(from /usr/src/linux/net/inet/tcp.c, concerning RTT [retransmission timeout])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]