CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 23:32:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100313114540
location: https://web.archive.org/web/20100313114540/https://github.com/RJ/libf2f
server-timing: captures_list;dur=1.323825, exclusion.robots;dur=0.037940, exclusion.robots.policy;dur=0.018023, esindex;dur=0.022212, cdx.remote;dur=58.688395, LoadShardBlock;dur=185.879773, PetaboxLoader3.datanode;dur=87.220382, PetaboxLoader3.resolve;dur=40.772382
x-app-server: wwwb-app214
x-ts: 302
x-tr: 362
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 23:32:53 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Mar 2010 11:45:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "006a483ee33226d18b4f523eee88c571"
x-archive-orig-x-runtime: 106ms
x-archive-orig-content-length: 22097
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 13 Mar 2010 11:45:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 15 Jul 2009 08:21:00 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 21:32:38 GMT", ; rel="memento"; datetime="Sat, 13 Mar 2010 11:45:40 GMT", ; rel="next memento"; datetime="Sun, 10 Jun 2018 23:23:30 GMT", ; rel="last memento"; datetime="Fri, 23 Oct 2020 16:44:05 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100313073959_crawl100-c/52_14_20100313114430_crawl101.arc.gz
server-timing: captures_list;dur=0.520272, exclusion.robots;dur=0.018930, exclusion.robots.policy;dur=0.008555, esindex;dur=0.011630, cdx.remote;dur=12.627756, LoadShardBlock;dur=117.373772, PetaboxLoader3.datanode;dur=117.663188, PetaboxLoader3.resolve;dur=146.280337, load_resource;dur=155.303916
x-app-server: wwwb-app214
x-ts: 200
x-tr: 341
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
RJ's libf2f at master - GitHub
RJ / libf2f
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
libf2f /
name | age | message | |
---|---|---|---|
![]() |
CMakeLists.txt | Mon Jul 20 06:57:51 -0700 2009 | error msg [RJ] |
![]() |
LICENSE.txt | Fri May 29 00:47:52 -0700 2009 | added readme, license for initial push [RJ] |
![]() |
README.txt | Fri May 29 00:47:52 -0700 2009 | added readme, license for initial push [RJ] |
![]() |
app/ | Mon Jun 22 03:51:19 -0700 2009 | very bad uuid generator added for easy testing [RJ] |
![]() |
bin/ | Wed May 27 10:54:08 -0700 2009 | initial commit, f2f library [RJ] |
![]() |
build/ | Wed May 27 10:54:08 -0700 2009 | initial commit, f2f library [RJ] |
![]() |
include/ | Wed Jul 08 07:08:58 -0700 2009 | get/set state per connection [RJ] |
![]() |
lib/ | Wed May 27 10:54:08 -0700 2009 | initial commit, f2f library [RJ] |
![]() |
src/ | Mon Jul 20 06:57:51 -0700 2009 | error msg [RJ] |
README.txt
libf2f is a (work-in-progress) C++ boost/asio library for building p2p networks Provides: * network servent/router * connection handling and abstraction * message class that is marshalled to/from the network * very simple test app (only supports ping+pong) Does not provide: * high level protocol, you have to design implement this yourself (ie, extend the Protocol class) Will hopefully provide in future: * UPnP control capability to set up port-fwds * Flow control strategies to manage bandwidth utilisation * A better, simple demo app