浏览代码

chapters/windows_ipc: ajout url pour footnote

Alexandre Janniaux 6 年之前
父节点
当前提交
ec3ae7c0b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.