-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_man.html
51 lines (45 loc) · 1.98 KB
/
index_man.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" context="text/html; charset=utf-8">
<title> mTCP - Man Pages Index </title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<div class="main">
<div class="figure">
<img src="mtcp.png" alt="mTCP" height="80">
<div class="caption">
A Highly Scalable User-level TCP Stack for Multicore Systems
</div>
</div>
<h2>Index - Man Pages</h2>
<p>
<ul>
<li><a href="man/mtcp_accept.html">mtcp_accept </a></li>
<li><a href="man/mtcp_bind.html">mtcp_bind </a></li>
<li><a href="man/mtcp_close.html">mtcp_close </a></li>
<li><a href="man/mtcp_connect.html">mtcp_connect </a></li>
<li><a href="man/mtcp_create_context.html">mtcp_create_context </a></li>
<li><a href="man/mtcp_destroy.html">mtcp_destroy </a></li>
<li><a href="man/mtcp_destroy_context.html">mtcp_destroy_context </a></li>
<li><a href="man/mtcp_getsockopt.html">mtcp_getsockopt </a></li>
<li><a href="man/mtcp_init.html">mtcp_init </a></li>
<li><a href="man/mtcp_init_rss.html">mtcp_init_rss </a></li>
<li><a href="man/mtcp_listen.html">mtcp_listen </a></li>
<li><a href="man/mtcp_read.html">mtcp_read </a></li>
<li><a href="man/mtcp_setsockopt.html">mtcp_setsockopt </a></li>
<li><a href="man/mtcp_socket.html">mtcp_socket </a></li>
<li><a href="man/mtcp_write.html">mtcp_write </a></li>
<li><a href="man/mtcp_getsockname.html">mtcp_getsockname </a></li>
<li><a href="man/mtcp_getpeername.html">mtcp_getpeername </a></li>
<li><a href="man/mtcp_recv.html">mtcp_recv </a></li>
</ul>
</p>
<div class="footer">
Last modified: May 17, 2016 /
<a href="http://www.ndsl.kaist.edu">Networked & Distributed Computing Systems Lab</a>
</div>
</div>
</body>
</html>