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