CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 19:00:21 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=0.977319, exclusion.robots;dur=0.041322, exclusion.robots.policy;dur=0.026220, esindex;dur=0.015994, cdx.remote;dur=28.345419, LoadShardBlock;dur=285.733948, PetaboxLoader3.datanode;dur=153.821740, PetaboxLoader3.resolve;dur=73.830650
x-app-server: wwwb-app202
x-ts: 302
x-tr: 387
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; 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: Sat, 16 Aug 2025 19:00:22 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=1.170435, exclusion.robots;dur=0.025902, exclusion.robots.policy;dur=0.015827, esindex;dur=0.010725, cdx.remote;dur=7.722864, LoadShardBlock;dur=171.603697, PetaboxLoader3.datanode;dur=94.778045, PetaboxLoader3.resolve;dur=120.433327, load_resource;dur=128.931127
x-app-server: wwwb-app202
x-ts: 200
x-tr: 398
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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