Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Uemlianin committed Dec 21, 2017
1 parent 09ad7d1 commit 289b13c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,6 @@ eri:init/1 opens a port specifying a 4-byte size header for message packets:

This puts an upper bound on messages going through the port (in either direction: erlang->R or R->erlang). It is a very high upper bound of 4,294,967,295 bytes --- or 3 gigabytes.

A maximum buffer size of 5500 bytes is further specified, for the erlang->R buffer, in driver.c (line 10):

#+BEGIN_SRC C
#define BUF_SIZE 5500
#+END_SRC

Rerlang does not limit the size of the R->erlang buffer, other than the upper bound given by the 4-byte header.

*** erlang->R timeout

Some malformed R strings can cause the R session to hang. Consequently, there is a timeout, defined as 3000 milliseconds, for messages sent into the R session from erlang. The timeout is defined at eri.erl line 6:
Expand Down

0 comments on commit 289b13c

Please sign in to comment.