Prechádzať zdrojové kódy

chapters/windows_ipc: ajout url pour footnote

Alexandre Janniaux 6 rokov pred
rodič
commit
ec3ae7c0b4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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.