* Sync up to trunk HEAD (r62975).
[reactos.git] / drivers / network / tcpip / notes.txt
1
2 Ideas for optimizations:
3
4 * transmit.c (SendFragments, IPSendComplete):
5 Keep IPFRAGMENT_CONTEXT objects and PathMTU buffers in a pool
6
7
8 References:
9
10 RFC 791 - Internet Protocol
11 http://www.faqs.org/rfcs/rfc791.html
12
13 RFC 792 - Internet Control Message Protocol
14 http://www.faqs.org/rfcs/rfc792.html
15
16 RFC 793 - Transmission Control Protocol
17 http://www.faqs.org/rfcs/rfc793.html
18
19 RFC 826 - Ethernet Address Resolution Protocol
20 http://www.faqs.org/rfcs/rfc826.html
21
22 RFC 1122 - Requirements for Internet Hosts - Communication Layers
23 http://www.faqs.org/rfcs/rfc1122.html
24
25 RFC 1123 - Requirements for Internet Hosts - Application and Support
26 http://www.faqs.org/rfcs/rfc1123.html
27
28 RFC 2398 - Some Testing Tools for TCP Implementors
29 http://www.faqs.org/rfcs/rfc2398.html
30
31 RFC 2525 - Known TCP Implementation Problems
32 http://www.faqs.org/rfcs/rfc2525.html
33
34 RFC 2581 - TCP Congestion Control
35 http://www.faqs.org/rfcs/rfc2581.html