Skip to content

Commit

Permalink
Merge pull request #10 from KTH/monperrus-patch-1
Browse files Browse the repository at this point in the history
doc: improve doc of Server.scala
  • Loading branch information
Jacarte authored Aug 24, 2020
2 parents 4ce484b + 42f94ca commit 1dcac50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/swam/cli/Server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package cli

import scala.collection.mutable.ListBuffer

// Simple server
import java.io._
import java.net.{ServerSocket, Socket}
import java.nio.ByteBuffer
Expand All @@ -17,6 +16,8 @@ import swam.runtime.{Function, Value}

import com.typesafe.config.ConfigFactory

// Server which listens to a socket to get instructions to start the WASM file with specific arguments
// and write the coverage back in the socket in the AFL binary format directly
object Server {
val conf = ConfigFactory.load()
val maxQueue = 50000
Expand Down

0 comments on commit 1dcac50

Please sign in to comment.