P2P
저장소/VC++잡다하게 기초 자료 수집
파일 전송 시간 계산
전체 크기 : 받은 크기 = 전체 전송 시간 : 현재까지 걸린 시간
전체 전송 시간 = 현재까지 걸린 시간 * 전체 크기 / 받은 크기
남은 시간 = 전체 전송 시간 - 현재까지 걸린 시간
네트워크 전송 속도
http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=50&MAEULNo=20&no=660517&ref=660517
IOCP 파일 쓰기
http://greenfishblog.tistory.com/153
TCP 패킷 스택의 이해
http://helloworld.naver.com/helloworld/47667
P2P
http://ko.wikipedia.org/wiki/P2P
http://www.brynosaurus.com/pub/net/p2pnat/#rfc2460#rfc2460
tracker
http://gsroom.tistory.com/101 (tracker server PHP sample)
http://gsroom.tistory.com/104 (tracker server PHP sample - not using db)
http://en.wikipedia.org/wiki/BitTorrent_tracker
http://trxy2.tistory.com/5 (private tracker)
bittorrent
http://ko.wikipedia.org/wiki/%EB%B9%84%ED%8A%B8%ED%86%A0%EB%A0%8C%ED%8A%B8
http://blog.naver.com/samsjang/40041869821
http://blog.naver.com/samsjang/40041874214
http://blog.naver.com/samsjang/40041904452
libtorrent
http://www.rasterbar.com/products/libtorrent/manual.html
https://code.google.com/p/libtorrent/
http://sykimeo.blog.me/140187591782
http://softwerkz.net/2009/09/libtorrent/
http://blog.naver.com/kdi0909/40167148400
WIN32_LEAN_AND_MEAN
_WIN32_WINNT=0x0600
_CRT_SECURE_NO_DEPRECATE
BOOST_ASIO_HASH_MAP_BUCKETS=1021
BOOST_FILESYSTEM_VERSION=2
WITH_SHIPPED_GEOIP_H
BOOST_ASIO_SEPARATE_COMPILATION
BOOST_ASIO_ENABLE_CANCELIO
TORRENT_USE_TOMMATH
..\include;..\..\..\boost\boost_1_53_0;"..\..\..\openssl\openssl-1.0.1c\inc32"
libeay32.lib ssleay32.lib
"..\..\..\openssl\openssl-1.0.1c\out32\VC9_x86";..\..\..\\boost\boost_1_53_0\stage\lib
P4P
http://trendofit.tistory.com/223
http://www.zdnet.com/blog/storage/p4p-faster-smarter-p2p/303
홀펀칭
http://www.gpgstudy.com/forum/viewtopic.php?t=7421&highlight=tcp+hole+punching
http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=50&MAEULNo=20&no=719686&ref=719686
http://coderoid.tistory.com/50
http://devdbref.tistory.com/14
http://blog.naver.com/pointedsword/20046099017
http://blog.naver.com/khs01016/48881138
http://blog.naver.com/chikicon/60036633811
'저장소 > VC++' 카테고리의 다른 글
SQLite - Transaction과 Database Lock (0) | 2013.07.25 |
---|---|
MIDL Language Reference (0) | 2013.07.12 |
Visual Studio 2012 Debugging - Parallel Stack (0) | 2013.05.21 |
boost library build for windows (0) | 2013.05.20 |
WinHTTP Equivalents to WinINet Functions (0) | 2013.04.17 |