Skip to content

Commit

Permalink
Move to a unified client/server binary, and fix bugs.
Browse files Browse the repository at this point in the history
 * The old and the busted: obfs4-[client,server].
 * The new hotness: obfs4client.
 * Add obfs4.ServerHandshake() that servers need to call after a
   successful return from Accept().  This allows implementations to
   move the handshake into a goroutine or whatever.
  • Loading branch information
Yawning committed May 12, 2014
1 parent f76f142 commit 8e14ed4
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 435 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.swp
*~

obfs4-client/obfs4-client
obfs4-server/obfs4-server
obfs4proxy/obfs4proxy
183 changes: 0 additions & 183 deletions obfs4-client/obfs4-client.go

This file was deleted.

Loading

0 comments on commit 8e14ed4

Please sign in to comment.