Explorar el Código

chapters/windows_ipc: ajout url pour footnote

Alexandre Janniaux hace 6 años
padre
commit
ec3ae7c0b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chapters/windows_ipc.tex

+ 1 - 1
chapters/windows_ipc.tex

@@ -22,7 +22,7 @@ pile réseau pour l'envoi de message. On notera cependant l'implémentation de
 «TCP Loopback Fast Path» depuis Windows Server 2012. Cette fonctionnalité
 conserve la sémantique du protocole TCP tout en désactivant des fonctionnalités
 comme l'algorithme de Nagle.
-\footnote{https://blogs.technet.microsoft.com/wincat/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path/}
+\footnote{\url{https://blogs.technet.microsoft.com/wincat/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path/}}
 C'est donc ce qui ressemble le plus aux sockets Unix, excepté l'accès au réseau
 et le passage de descripteur de fichiers.